Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Makefile | 2015-06-09 | 15.5 kB | |
Makefile.am | 2015-06-09 | 601 Bytes | |
Makefile.in | 2015-06-09 | 16.9 kB | |
README | 2015-06-09 | 925 Bytes | |
TODO | 2015-06-09 | 174 Bytes | |
bpdec2 | 2015-06-09 | 17.6 kB | |
bpdec2-bpdec2.o | 2015-06-09 | 2.7 kB | |
bpdec2.c | 2015-06-09 | 2.7 kB | |
bpenc2 | 2015-06-09 | 17.6 kB | |
bpenc2-bpenc2.o | 2015-06-09 | 2.8 kB | |
bpenc2.c | 2015-06-09 | 2.5 kB | |
Totals: 11 Items | 80.1 kB | 0 |
README This directory contains the encrypting / decrypting tools that can handle an individual file. Please note, that no key management is done, the utilities will blindly obey your command to encrypt / decrypt any file. These utilities are entended as a rescue / testing tool. Entering the wrong password will generate false cyphertext, entering the wrong password on decryption will generate false clear text. !!! It is your responsibility to use this collection as intended. !!! Files can be extracted from the backing data directory with the 'bpdec2' utility. To extract a single encrypted file by hand: bpdec2 ~/secretdata/filename > newname (Will ask for password.) Files can be copied to the backing data directory with the 'bpenc2' utility. To add a single file into the data directory by hand: bpdec2 filename > ~/.secretdata/newname (Will ask for password.)