Skip to content
James Phelps edited this page Nov 9, 2017 · 4 revisions

Welcome to the mystic-crypt wiki!

The mystic-crypt helps developers to encrypt and decrypt text, files and streams with custom cipher objects.

You can also create random passwords with a specified length and than encrypt and hash them.

You can also obfuscate text files with key rules that are specified in a custom map.

lombok

We use lombok that provides several annotations like builders, getters, setters, extension methods and constructors that are generated in backround with a java agent. This makes the code more clean and readable. If you don't know lombok, the provided annotations should be self explaining. If you want to see what lombok generates with the annotations you can use the delombok maven plugin. For the complete feature overview of lombok visit the website.