|
|
Login: jone6916
Fullname: jone6916
Revisions: 265
Lines of Code: 12753
Added Lines of Code: 17947
Lines of Code per Change: 48.1
|




| Date | Author | File/Message |
|---|---|---|
| 12/3/07 11:47 AM | jone6916 |
I fixed the kruptos script to skip over any file not ending in .enc
(1 Files changed,
8 Lines changed)
programs/aes/kruptos.sh 1.4
(+8
-8)
|
| 11/17/07 7:27 PM | jone6916 |
Fixed the incorrect output filesize issue with cbc single. Also removed a debugging message
(3 Files changed,
12 Lines changed)
programs/aes/ecbSingle.c 1.7
(+2
-2)
programs/aes/ecbParallel.c 1.6
(+1
-1)
programs/aes/cbcSingle.c 1.5
(+9
-3)
|
| 11/12/07 4:58 PM | jone6916 |
CORRECTIVE: Massaged the output to make it easier to read
(3 Files changed,
15 Lines changed)
programs/aes/cbcParallel.c 1.6
(+1
-1)
programs/aes/aesCell.c 1.7
(+13
-4)
programs/aes/speManager.c 1.5
(+1
-1)
|
| 11/12/07 3:44 PM | jone6916 |
CORRECTIVE: fixed the way that the output filename is generated to correctly remove the path from the begining of an input filename
(4 Files changed,
72 Lines changed)
programs/aes/ecbSingle.c 1.6
(+18
-2)
programs/aes/ecbParallel.c 1.5
(+18
-2)
programs/aes/speManager.c 1.4
(+18
-2)
programs/aes/cbcSingle.c 1.4
(+18
-2)
|
| 11/12/07 9:22 AM | jone6916 |
updated aesCell binary
(1 Files changed,
46 Lines changed)
programs/aes/aesCell 1.3 added 46
|
| 11/12/07 9:22 AM | jone6916 |
updating aesCell binary
(1 Files changed,
0 Lines changed)
programs/aes/aesCell 1.2 removed
|
| 11/12/07 9:20 AM | jone6916 |
Fixed the file handler so that it accepts an output directory for storage, cleaned up warnings.
(14 Files changed,
69 Lines changed)
programs/aes/EPSCoRProposal.enc 1.7 removed
programs/aes/decrypted 1.7 removed
programs/aes/EPSCoRProposal.pdf 1.7 removed
programs/aes/ecbSingle.c 1.5
(+16
-7)
programs/aes/aescrypt2encrypted 1.7 removed
programs/aes/ecbParallel.c 1.4
(+15
-10)
programs/aes/genDefines.h 1.3
(+3
-2)
programs/aes/speManager.c 1.3
(+9
-5)
programs/aes/cbcSingle.c 1.3
(+17
-7)
programs/aes/aescrypt2 1.11 removed
programs/aes/aescrypt2.c 1.11 removed
programs/aes/package.h 1.2
(+1
-0)
programs/aes/cbcParallel.c 1.5
(+8
-2)
programs/aes/EPSCoRProposal.dec.pdf 1.7 removed
|
| 11/11/07 6:04 PM | jone6916 |
CORRECTIVE: I fixed the bug that would not let you work with a single input file when doing single threaded stuff
(3 Files changed,
6 Lines changed)
programs/aes/cbcSingle.c 1.2
(+2
-1)
programs/aes/ecbSingle.c 1.4
(+2
-1)
programs/aes/cbcParallel.c 1.4
(+2
-0)
|
| 11/11/07 3:03 PM | jone6916 |
NEW: Adding the aesCell binary to the repository so that it can be accessed from anywhere
(1 Files changed,
47 Lines changed)
programs/aes/aesCell 1.1 added 47
|
| 11/11/07 3:02 PM | jone6916 |
Corrective: Fixed the filesize issue when writing a file under ecb single threaded mode
(1 Files changed,
4 Lines changed)
programs/aes/ecbSingle.c 1.3
(+4
-4)
|