summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* fixed help function printfSeppia2016-12-181-13/+13
|
* fixed exit messages with command nameSeppia2016-12-091-6/+6
|
* fixed option -c in help() functionSeppia2016-12-081-1/+1
|
* fixed for variable lenghtSeppia2016-12-071-1/+1
|
* added --char option to help and fixed entriesSeppia2016-12-071-2/+3
|
* removed printf() outputs used for testingSeppia2016-12-071-8/+0
|
* added option for using custom values in bluh function and lenght fixes in ↵Seppia2016-12-071-10/+21
| | | | bluh function
* fixed stdout message after decyptionSeppia2016-12-051-1/+1
|
* fixed help() functionSeppia2016-11-301-13/+15
|
* added the bluh function to transform the message in its bintary dump and ↵Seppia2016-11-301-10/+116
| | | | overall variable names fixes
* changed options key-get to gen-key and short for nbytes from b to nSeppia2016-11-291-6/+6
|
* changed variable mexstream name into bytesSeppia2016-11-261-4/+4
|
* changed xor output writing from fprintf to fwriteSeppia2016-11-261-6/+10
|
* fixed leght detection for padSeppia2016-11-151-1/+1
|
* changed default pad lenght in keyrand functionSeppia2016-11-151-2/+2
|
* used dynamic allocation for key stream in keyrand functionSeppia2016-11-151-1/+2
|
* style fix in xor() functionSeppia2016-11-121-8/+6
|
* Changes to be committed:Luke2016-11-121-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 directoriesSeppia2016-06-151-0/+244