maciakl / twimi

Automatically exported from code.google.com/p/twimi
Other
0 stars 0 forks source link

Encrypt the password so that it is not stored in plain text #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Some sort of encryption should be done on the .twimi file. Either ccrypt
the whole file, or simply store username and pwd in some obfuscated manner
(base64 was suggested)

Original issue reported on code.google.com by maci...@gmail.com on 9 Sep 2008 at 5:52

GoogleCodeExporter commented 9 years ago
Fixed in version 0.3. Password is now encoded in base64. It is obfuscation more 
than
anything else but it does keep the password from sitting there in plain text.

Original comment by maci...@gmail.com on 10 Sep 2008 at 6:50