
| Author | Revisions | Lines of Code | Added Lines of Code | Lines of Code per Change |
|---|---|---|---|---|
| jone6916 | 82 (73.9%) | 3399 (92.0%) | 7050 (82.9%) | 41.45 |
| krue4954 | 19 (17.1%) | 100 (2.7%) | 385 (4.5%) | 5.26 |
| leas5040 | 8 (7.2%) | 124 (3.4%) | 897 (10.5%) | 15.50 |
| hatt6056 | 2 (1.8%) | 71 (1.9%) | 175 (2.1%) | 35.50 |
| 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 5:13 PM | krue4954 |
More bug fixes.
(1 Files changed,
28 Lines changed)
programs/aes/kruptos.sh 1.3
(+28
-4)
|
| 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 3:21 PM | krue4954 |
CORRECTIVE: Added a warning if using the command line incorrectly.
(1 Files changed,
4 Lines changed)
programs/aes/kruptos.sh 1.2
(+4
-2)
|
| 11/12/07 3:09 PM | krue4954 |
Removed runanalysis. Was old version. Did commit on kruptos.sh - the updated version that was frozen Saturday night.
(2 Files changed,
211 Lines changed)
programs/aes/runanalysis.sh 1.15 removed
programs/aes/kruptos.sh 1.1 added 211
|
| 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)
|
| 11/10/07 7:17 PM | jone6916 |
NEW: I added the single threaded cbc stuff, and modified the Makefile accordingly
(4 Files changed,
511 Lines changed)
programs/aes/aesCell.c 1.6
(+15
-0)
programs/aes/cbcSingle.h 1.1 added 23
programs/aes/genDefines.h 1.2
(+4
-3)
programs/aes/cbcSingle.c 1.1 added 469
|
| 11/10/07 2:51 PM | jone6916 |
New: Implemented file handling and metrics for the single threaded ECB algorithm
(7 Files changed,
378 Lines changed)
programs/aes/ecbParallel.h 1.2
(+1
-0)
programs/aes/cbcSPE0.c 1.2
(+7
-1)
programs/aes/speManager.c 1.2
(+47
-21)
programs/aes/ecbParallel.c 1.3
(+121
-14)
programs/aes/cbcParallel.c 1.3
(+18
-2)
programs/aes/aesCell.c 1.5
(+23
-1)
programs/aes/ecbSingle.c 1.2
(+161
-95)
|
| 11/10/07 1:04 AM | jone6916 |
just making sure everything is current, nothing really to report
(1 Files changed,
0 Lines changed)
programs/aes/cbcSPE1.c 1.2
(+0
-1)
|
| 11/10/07 12:39 AM | jone6916 |
Fixed a commit issue
(1 Files changed,
1 Lines changed)
programs/aes/cbcParallel.c 1.2
(+1
-1)
|
| 11/10/07 12:37 AM | jone6916 |
NEW: added multiple file handling utility to ecb parallel
(3 Files changed,
150 Lines changed)
programs/aes/ecbParallel.c 1.2
(+144
-192)
programs/aes/aesSPE2.c 1.3
(+2
-24)
programs/aes/aesSPE.c 1.3
(+4
-26)
|
| 11/9/07 11:23 PM | jone6916 |
NEW: Implemented cbc parallel with metrics
(8 Files changed,
923 Lines changed)
programs/aes/cbcParallel.c 1.1 added 206
programs/aes/speManager.c 1.1 added 385
programs/aes/cbcSPE0.c 1.1 added 133
programs/aes/speManager.h 1.1 added 23
programs/aes/cbcSPE1.c 1.1 added 134
programs/aes/aesCell.c 1.4
(+2
-1)
programs/aes/cbcParallel.h 1.1 added 28
programs/aes/package.h 1.1 added 12
|
| 11/7/07 11:11 AM | jone6916 |
NEW/CORRECTIVE: I have fixed the non-sysmetric encryption problem between the parallel and single threaded versions, the problem was the key storage was not being initialized properly. I increased the size of the buffers used by the SPEs and I increased the amount of data transfered during file I/O for the parallel version of the algorithm. Finally, I restructured the source files to make them more managable.
(10 Files changed,
1347 Lines changed)
programs/aes/ecbParallel.c 1.1 added 880
programs/aes/ecbParallel.h 1.1 added 24
programs/aes/aesSPE2.c 1.2
(+3
-3)
programs/aes/scanf_argv.c 1.1 added 9
programs/aes/ecbSingle.h 1.1 added 23
programs/aes/aesSPE.c 1.2
(+6
-7)
programs/aes/aesCell.c 1.3
(+17
-1443)
programs/aes/scanf_argv.h 1.1 added 4
programs/aes/ecbSingle.c 1.1 added 353
programs/aes/genDefines.h 1.1 added 28
|