Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed stdout message after decyption | Seppia | 2016-12-05 | 1 | -1/+1 |
| | |||||
* | fixed help() function | Seppia | 2016-11-30 | 1 | -13/+15 |
| | |||||
* | added the bluh function to transform the message in its bintary dump and ↵ | Seppia | 2016-11-30 | 1 | -10/+116 |
| | | | | overall variable names fixes | ||||
* | changed options key-get to gen-key and short for nbytes from b to n | Seppia | 2016-11-29 | 1 | -6/+6 |
| | |||||
* | changed variable mexstream name into bytes | Seppia | 2016-11-26 | 1 | -4/+4 |
| | |||||
* | changed xor output writing from fprintf to fwrite | Seppia | 2016-11-26 | 1 | -6/+10 |
| | |||||
* | fixed leght detection for pad | Seppia | 2016-11-15 | 1 | -1/+1 |
| | |||||
* | changed default pad lenght in keyrand function | Seppia | 2016-11-15 | 1 | -2/+2 |
| | |||||
* | used dynamic allocation for key stream in keyrand function | Seppia | 2016-11-15 | 1 | -1/+2 |
| | |||||
* | style fix in xor() function | Seppia | 2016-11-12 | 1 | -8/+6 |
| | |||||
* | Changes to be committed: | Luke | 2016-11-12 | 1 | -2/+2 |
| | | | | | | | | | | | | | modified: src/onetimebluh.c Fixed error concerning the indicator position in the key stream file. The line fseek(keyx, (pad_size - mess_size), SEEK_SET); was executed only in presence of the -t option. No code was added to fix this. | ||||
* | moved sources to appropriate directories | Seppia | 2016-06-15 | 1 | -0/+244 |