Difference between revisions of "MiscCrypto"

From YobiWiki
Jump to navigation Jump to search
Line 12: Line 12:
 
==[[Encfs]]==
 
==[[Encfs]]==
 
==[[TrueCrypt]]==
 
==[[TrueCrypt]]==
  +
==[[LUKS]]==
  +
 
==Misc==
 
==Misc==
 
===To unlock password-protected pdfs===
 
===To unlock password-protected pdfs===

Revision as of 16:08, 9 June 2008

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

TrueCrypt

LUKS

Misc

To unlock password-protected pdfs

  • apt-get install gs-common xpdf-utils
  • pdftops -upw <file_password> <file>.pdf -|ps2pdf - <file>_open.pdf

You can also do

  • pdftk secured.pdf input_pw foopass output unsecured.pdf

pwsafe

To use 'secure ram' (thereby locking the data in memory and preventing it being flushed to disk) you may like to run it setuid root:

$ sudo dpkg-statoverride --update --add --force root root 4755 /usr/bin/pwsafe