2008-06-03 |
Jeff Connelly | Add beginnings of a Python user interface:
|
commit | commitdiff | tree |
2008-06-03 |
Jeff Connelly | Add beginnings of Python user interface, which connects...
|
commit | commitdiff | tree |
2008-06-03 |
Jeff Connelly | In base64 decoder, print to stderr if there is a decoding...
|
commit | commitdiff | tree |
2008-06-03 |
Jeff Connelly | Strip whitespace before unbase64'ing since base64_decode...
|
commit | commitdiff | tree |
2008-06-03 |
Jeff Connelly | Detect negative return values from base64_decode().
|
commit | commitdiff | tree |
2008-06-03 |
Jeff Connelly | cotp: fix off-by-one bug in expanding input buffer.
|
commit | commitdiff | tree |
2008-06-02 |
Jeff Connelly | Expand TODO.
|
commit | commitdiff | tree |
2008-06-02 |
Jeff Connelly | Clarify default pad.
|
commit | commitdiff | tree |
2008-05-16 |
Jeff Connelly | Add TODO list.
|
commit | commitdiff | tree |
2008-05-15 |
Jeff Connelly | Add message padding support, via PADDING_MULTIPLE.
|
commit | commitdiff | tree |
2008-05-15 |
Jeff Connelly | Rename try to command-line tool, cotp.c, and fix another...
|
commit | commitdiff | tree |
2008-05-15 |
Jeff Connelly | Add CLI interface to encrypt/decrypt pads.
|
commit | commitdiff | tree |
2008-05-15 |
Jeff Connelly | Remove debugging printfs, isolate test code in test...
|
commit | commitdiff | tree |
2008-05-15 |
Jeff Connelly | Encryption now works, and can be decrypted.
|
commit | commitdiff | tree |
2008-05-15 |
Jeff Connelly | Output packaging works.
|
commit | commitdiff | tree |
2008-05-15 |
Jeff Connelly | Remove otp_decrypt_msg(); replace by direct call to...
|
commit | commitdiff | tree |
2008-05-15 |
Jeff Connelly | Split otp_decrypt_msg() into xor_with_pad(), that future...
|
commit | commitdiff | tree |
2008-05-15 |
Jeff Connelly | Fix off-by-one error in null termination of decrypted...
|
commit | commitdiff | tree |
2008-05-15 |
Jeff Connelly | Crudely warn against possible replay attacks.
|
commit | commitdiff | tree |
2008-05-15 |
Jeff Connelly | Load configuration files for pads.
|
commit | commitdiff | tree |
2008-05-15 |
Jeff Connelly | Make otp_decrypt(), unpackage and decrypt a message.
|
commit | commitdiff | tree |
2008-05-15 |
Jeff Connelly | otp_decode() now works usefully.
|
commit | commitdiff | tree |
2008-05-15 |
Jeff Connelly | Decoding messages functional, but otp_decode() prints...
|
commit | commitdiff | tree |
2008-05-15 |
Jeff Connelly | Lookup pads when unpackaging messages.
|
commit | commitdiff | tree |
2008-05-15 |
Jeff Connelly | Base64-decoding packaged message works.
|
commit | commitdiff | tree |
2008-05-15 |
Jeff Connelly | Integrate base64 with libotp.
|
commit | commitdiff | tree |
2008-05-15 |
Jeff Connelly | Ignore object files.
|
commit | commitdiff | tree |
2008-05-15 |
Jeff Connelly | Add third-party in-memory base64 implementation.
|
commit | commitdiff | tree |
2008-05-15 |
Jeff Connelly | Work on base64 decoder (incomplete).
|
commit | commitdiff | tree |
2008-05-15 |
Jeff Connelly | Add unpackage() function to parse <v0.7 and ≥0.7 EMOTP...
|
commit | commitdiff | tree |
2008-05-15 |
Jeff Connelly | Move main() from libotp.c into try.c, and use implicit...
|
commit | commitdiff | tree |
2008-05-15 |
Jeff Connelly | Add support for writing to the offset file.
|
commit | commitdiff | tree |
2008-05-15 |
Jeff Connelly | Factor out open_offset_file() from read_offset().
|
commit | commitdiff | tree |
2008-05-15 |
Jeff Connelly | Offset reading functional.
|
commit | commitdiff | tree |
2008-05-15 |
Jeff Connelly | Integrate add_pad() into load_pad(), since it won't...
|
commit | commitdiff | tree |
2008-05-15 |
Jeff Connelly | Ignore vim swap files.
|
commit | commitdiff | tree |
2008-05-15 |
Jeff Connelly | Ignore executable 'libotp'.
|
commit | commitdiff | tree |
2008-05-15 |
Jeff Connelly | Pad loading into linked list functional.
|
commit | commitdiff | tree |
2008-05-15 |
Jeff Connelly | Initial commit - libotp with PAD and PACKAGE structures.
|
commit | commitdiff | tree |