Skip to content

Ứng dụng Windows Desktop hỗ trợ mã hóa, giải mã, băm và chữ ký điện tử. (A tool for encryption, decryption, hashing, and digital signatures)

Notifications You must be signed in to change notification settings

pbluest-rong/en-de-hash-signature

Repository files navigation

Ứng dụng mã hóa và giải mã, băm và chữ ký điện tử

1. Mã hóa đối xứng cơ bản (Basic Symmetric Encryption)

  • Shift Cipher
  • Substitution Cipher
  • Affine Cipher
  • Vigenere Cipher
  • Permutation Cipher
  • Hill Cipher

2. Mã hóa đối xứng hiện đại (Modern Symmetric Encryption)

Java Support

  • DES
  • DESede
  • AES
  • Blowfish
  • RC4
  • ChaCha20

Bouncy Castle

  • Twofish
  • Serpent
  • CAST
  • Camellia

3. Mã hóa bất đối xứng (Asymmetric Encryption)

  • RSA
  • RSA_AES

4. Băm (Hash)

Java Support

  • MD2
  • MD5
  • SHA-1, SHA-224, SHA-256, SHA-512, SHA-512/224, , SHA-512/256
  • SHA3-224, SHA3-256, SHA3-384, SHA3-512

Bouncy Castle

  • MD4
  • Whirpool
  • Tiger
  • GOST3411
  • RIPEMD160

5. Chữ ký điện tử (Signature)

  • Digital Signature: algorithm: DSA + SHA1PRNG; provider: SUN

About

Ứng dụng Windows Desktop hỗ trợ mã hóa, giải mã, băm và chữ ký điện tử. (A tool for encryption, decryption, hashing, and digital signatures)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages