Andrew
70a64b6b1a
Use constant-time string comparison ( fixes #3 )
...
Note: this isn't 100% constant-time, as can be seen here:
http://bugs.python.org/issue15061
Specifically: "Note that it takes different time to create a result of ord() depending whether it's <=100 or > 100 due to caching of small numbers."
2014-05-21 15:30:26 -07:00
Micah Lee
a12dd0c4a9
using constant time string comparison for username/password, to prevent timing attacks. fixes #3
2014-05-21 18:27:12 -04:00
Micah Lee
7ef02955a0
typo
2014-05-21 16:06:28 -04:00
Micah Lee
cbb74b02f8
updated readme to add GNU/Linux and OSX instructions, instead of just Tails
2014-05-21 15:59:46 -04:00
Micah Lee
ce93125c99
make script work even if ONIONSHARE_PLATFORM isn't set
2014-05-21 14:56:09 -04:00
Micah Lee
4d2a2cec6d
made onionshare-tails, specifically for running in Tails
2014-05-21 18:51:04 +00:00
Micah Lee
bd8e6d13fb
connect to Tor ControlPort instead of modifying torrc ( fixes #1 )
2014-05-21 18:23:37 +00:00
Micah Lee
bf981499a5
Merge branch 'master' of github.com:micahflee/onionshare
2014-05-21 14:09:57 -04:00
Micah Lee
619ab6db0f
added stem python library
2014-05-21 14:09:41 -04:00
Micah Lee
85619aa5a2
added a screenshot
2014-05-20 23:38:19 +00:00
Micah Lee
6c00587edc
finished bundling libraries
2014-05-20 23:02:33 +00:00
Micah Lee
8ffa569094
bundling required python dependencies, to make it easier on Tails users
2014-05-20 18:55:41 -04:00
Micah Lee
18fd65acd7
ignoring *.pyc
2014-05-20 18:55:23 -04:00
Micah Lee
3af48a1ef0
escaped braces for .format() to work
2014-05-20 21:34:02 +00:00
Micah Lee
b09d616331
removed a lot of the whitespace in readme
2014-05-20 21:16:56 +00:00
Micah Lee
0fa5b92da6
you can download the file now, and it almost displays filename, size, and hash
2014-05-20 20:57:39 +00:00
Micah Lee
405ce45774
added GPLv3 license
2014-05-20 20:56:45 +00:00
Micah Lee
1d373ad56a
initial commit of the app code
2014-05-20 19:44:00 +00:00
Micah Lee
ab915dbda6
ignoring vim swp files
2014-05-20 19:43:42 +00:00
Micah Lee
65123d8b7e
updated readme
2014-05-20 19:43:32 +00:00
Micah Lee
6246b83882
initial commit
2014-05-20 18:22:16 +00:00