index
:
onetimebluh.git
develop
master
Simple implementation of One Time Pad cipher
Salvatore Bellizzi
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pad too small check
HEAD
v0.3.1
master
Seppia
2018-07-07
1
-2
/
+8
*
Output file check
Seppia
2018-07-07
1
-3
/
+10
*
Main header
v0.3
Seppia
2018-07-06
3
-18
/
+23
*
Print functions
Seppia
2018-07-06
3
-56
/
+44
*
Variable names
Seppia
2018-07-06
2
-6
/
+6
*
Moved new functions to separate header and source
Seppia
2018-07-06
3
-116
/
+127
*
Removed outdated comments
Seppia
2018-07-05
1
-4
/
+4
*
bin dump and reverse functions
Seppia
2018-07-05
1
-25
/
+40
*
Missing string memory deallocation
Seppia
2018-07-05
1
-1
/
+3
*
encrypt/decrypt functions
Seppia
2018-07-05
1
-19
/
+51
*
Missing memory deallocation
v0.2.1
Seppia
2018-07-05
1
-0
/
+4
*
Missing initialization
Seppia
2018-07-05
1
-1
/
+1
*
Info message ignoring quiet
Seppia
2018-07-05
1
-2
/
+6
*
Scapces and tabs adjustments
Seppia
2018-07-05
1
-19
/
+19
*
Syntax change
Seppia
2018-07-04
1
-31
/
+31
*
Input from stdin
Seppia
2018-07-04
1
-22
/
+101
*
Default output changes
Seppia
2018-07-04
1
-91
/
+105
*
Messages update
Seppia
2018-07-04
1
-25
/
+24
*
Using struct for options
Seppia
2018-07-04
1
-105
/
+115
*
Quiet option addition
Seppia
2018-07-03
1
-25
/
+59
*
Print generating key message
Seppia
2018-07-03
1
-3
/
+4
*
Tab style fix
Seppia
2018-05-06
1
-2
/
+2
*
Complete integer types declarations change
v0.1
Seppia
2018-01-31
1
-5
/
+5
*
Change integer types declarations
Seppia
2018-01-31
1
-14
/
+14
*
Add byte multiple units support
Seppia
2018-01-29
1
-6
/
+19
*
Changed help style
Seppia
2018-01-28
1
-14
/
+14
*
Fixed wrong unbluh option
Seppia
2017-10-03
1
-1
/
+1
*
Code Style changed.
Seppia
2017-09-08
1
-103
/
+103
*
fixed help function printf
Seppia
2016-12-18
1
-13
/
+13
*
fixed exit messages with command name
Seppia
2016-12-09
1
-6
/
+6
*
fixed option -c in help() function
Seppia
2016-12-08
1
-1
/
+1
*
fixed for variable lenght
Seppia
2016-12-07
1
-1
/
+1
*
added --char option to help and fixed entries
Seppia
2016-12-07
1
-2
/
+3
*
removed printf() outputs used for testing
Seppia
2016-12-07
1
-8
/
+0
*
added option for using custom values in bluh function and lenght fixes in blu...
Seppia
2016-12-07
1
-10
/
+21
*
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 over...
Seppia
2016-11-30
1
-10
/
+116
*
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
*
moved sources to appropriate directories
Seppia
2016-06-15
1
-0
/
+244