/encryption

Tools for encryption

MIT LicenseMIT

Encryption

Tools for encryption

Nice to read

Mobile apps

  • Encrypt disk.
  • Don't use PIN or finger print to unlock phone, but use passphrase.
  • Signal - messanger
  • Threema - messanger
  • Google Auth - 2FA

Browsers

OS

VPN

Others

XOR

0 0 1 1

0 1 1 0

. . . . . .

0 1 0 1

One-time pad

The most secure way

Quantum encryption

Random generator

pwgen

export LC_CTYPE=C
< /dev/urandom tr -dc _A-Z-a-z-0-9 | head -c20

Hash

sha-1

Symmetric encryption

Only password

Symmetric key encryption

Asymmetric encryption

Key pair - Public and Private keys

Asymmetric encryption