Commit Graph

13 Commits

Author SHA1 Message Date
Thialfihar
f5efd73d33 set svn:eol-style to LF for all code/resource files 2010-07-16 20:13:12 +00:00
Thialfihar
ec10329664 removed unnecessary imports 2010-07-16 19:50:51 +00:00
Thialfihar
24a53d548b use string constants for bundle keys, first Intent for k9mail 2010-05-31 23:15:20 +00:00
Thialfihar
570b7a6d8e added revocation and creation/expire time info to key table, use both for public and secret key selection 2010-05-27 20:09:26 +00:00
Thialfihar
2c784554c7 fixed symmetric decrypting, stream didn't support .reset(), I guess, so now creating fresh streams where needed, and changed exception string to "" + e, rather than getMessage(), as that still can be null... annoying. 2010-05-21 02:47:40 +00:00
Thialfihar
363dcb62b8 password cache introduced, not cleared yet. 2010-05-15 15:19:56 +00:00
Thialfihar
c0d24306cb replaced error and progress strings in APG.java with resource IDs as well 2010-05-13 22:47:19 +00:00
Thialfihar
b527ae8b6d a lot of renaming of IDs, following a strict naming scheme again, moved most strings into string.xml in preparation for internationalization, APG.java still has to be changed to allow that, as it isn't Context aware in most methods 2010-05-13 20:41:32 +00:00
Thialfihar
d8e89c8822 choose the NEAREST prime for ElGamal, rather than the next lowest 2010-04-24 17:52:13 +00:00
Thialfihar
81cdd6b943 ElGamal support added, fix of some minor GUI bugs, added a bunch of safe primes for ElGamal key creation 2010-04-24 17:40:09 +00:00
Thialfihar
ab6c884bdf steps towards symmetric file encryption 2010-04-23 00:01:59 +00:00
Thialfihar
78193007b2 added file decryption, rewrote the various "Choice" derivations to us the Id structure as well 2010-04-22 15:30:19 +00:00
Thialfihar
42f1720bb3 initial commit of v0.8.0 2010-04-06 19:54:51 +00:00