Silk Road forums

Discussion => Security => Topic started by: Creamsicle on January 22, 2013, 10:50 am

Title: For vendors: Ways to setup alerts or notifications or mobile setup
Post by: Creamsicle on January 22, 2013, 10:50 am
This post is for fellow vendors but if any non vendors have any ideas please reply. I am trying to create a setup to where I can somehow receive alerts or notifications when my vendor account gets a new order or message. Obviously there is no direct way of doing this but I am wondering with all the apps that are out there etc if anyone has come up with a creative way to stay on top of their vendor accounts when they are on the go?

Obviously security is a big issue here but I am just asking for ideas. I would like to be able to check SR via a smartphone (e.g. android or iphone, ipad, android tablet, kindle) but with those devices using Tor is not the same as downloading the tor browser bundle and/or using a linux livecd. But if you were to setup a VPN on your phone/device as well as tor that this might be a safe option.
Title: Re: For vendors: Ways to setup alerts or notifications or mobile setup
Post by: monrovia on January 22, 2013, 10:02 pm
Obviously, like you said, security is a BIG issue. I remember reading a post a while ago saying that using tor on a mobile device isn't all that safe. Not sure if a VPN would completely change the level of security, but it seems like this idea is way too much trouble/risk for the benefit that you would get from it... Every once in a while a customer will get their package shipped out a day earlier...maybe... I'm pretty new, and I'm no vendor, but if I were, I wouldn't want to risk it.
Title: Re: For vendors: Ways to setup alerts or notifications or mobile setup
Post by: PlutoPete on January 23, 2013, 08:27 pm
I use my android tablet to browse the site and check my orders, but i do it over wifi rather than the phone network. I'm not confident enough in android to trust using my pin though.
Title: Re: For vendors: Ways to setup alerts or notifications or mobile setup
Post by: astor on January 23, 2013, 08:51 pm
Obviously there is no direct way of doing this but I am wondering with all the apps that are out there etc if anyone has come up with a creative way to stay on top of their vendor accounts when they are on the go?

This is technically possible with a Python script (and a few Python libraries). You could use urllib to download a copy of your vendor messages or orders page, generate a hash and compare it to a stored hash. If the hashes are different, the page has been updated, meaning there are new messages or orders. Then use the smtp library to send yourself an email. Some carriers allow you to send emails to an address like 2221113333@sprint.com and you receive it on your phone as a text message.

I could write something like this. The problem is that it's horribly insecure and I won't do it. :)
Title: Re: For vendors: Ways to setup alerts or notifications or mobile setup
Post by: monrovia on January 24, 2013, 01:13 am
Obviously there is no direct way of doing this but I am wondering with all the apps that are out there etc if anyone has come up with a creative way to stay on top of their vendor accounts when they are on the go?
I could write something like this. The problem is that it's horribly insecure and I won't do it. :)

Exactly what I though the consensus among the more tech-savy users would be...