Difference between revisions of "MiscCrypto"
Jump to navigation
Jump to search
m |
m (→Misc) |
||
Line 12: | Line 12: | ||
==[[Encfs]]== |
==[[Encfs]]== |
||
==Misc== |
==Misc== |
||
− | To unlock password-protected pdfs |
+ | ===To unlock password-protected pdfs=== |
* apt-get install gs-common xpdf-utils |
* apt-get install gs-common xpdf-utils |
||
* pdftops -upw <file_password> <file>.pdf -|ps2pdf - <file>_open.pdf |
* pdftops -upw <file_password> <file>.pdf -|ps2pdf - <file>_open.pdf |
||
+ | ===pwsafe=== |
Revision as of 18:44, 20 January 2007
Under Windows
CryptTool
- Demonstration and Reference Program for Cryptography + making AES executables
- freeware
AxCrypt
- AES-128 File Encryption, Compression and double-click Edit/View for secure document storage on Windows 95/98/ME/NT/2K/XP, locally or remote.
- GPL
Zip 2 Secure EXE
- AES-128/192/256 bits File Encryption, Create self-extracting EXE files from zip files
- freeware
LoopCrypt
Encfs
Misc
To unlock password-protected pdfs
- apt-get install gs-common xpdf-utils
- pdftops -upw <file_password> <file>.pdf -|ps2pdf - <file>_open.pdf