mystic-crypt is designed as a Java library that can be used for simple and complex encryption and decryption.

The source code for the library is available under https://github.com/astrapi69/mystic-crypt

For demonstration what the library can do there is a graphical client:

The source code for the ui is available under https://github.com/astrapi69/mystic-crypt-ui

Features

  • Hashing passwords
  • Obfuscate text with specified map that can be exported and imported
  • Hex encryption and decryption
  • Brute-force processing
  • Wordlist processing
  • Encryption with PublicKey and decryption with PrivateKey objects that was generated with openssl or java
  • Encryption and decryption from .pem, .der files that was generated with openssl
  • Chain multiply encryptors for securely encrypting your data
  • Encryption and decryption of single files
  • Sign requests for your google maps urls
  • Hash byte arrays, strings such as passwords
  • Simple encode and decode of string objects with relocation
  • Resolve the TrustManagers and KeyManagers from keystore files

Project Samples

Project Activity

See All Activity >