About
This is a blueprint library plugin
It exposes 40+ functions to handle cryptographic algorithms to secure your application
Useful to encrypt data to send it across the network or to save it onto a machine
You can also verify the integrity of a message or sign a message to prove its authenticity
Can be used in any blueprint
Documentation can be found here : https://github.com/RLoris/CryptoHelperDoc
Check the documentation for the complete list of supported algorithms
If you found this plugin helpful, leave a rate or comment for others
Keep it running and secure !
> If you wish to handle files, checkout my other free plugin for files handling available here on the marketplace
Bug or Request
You can ask question before buying, check the documentation as it may contain the answer you are looking for !
Keep in mind that I don't do your work for you, I only provide the right tools to help your development process !
If you find a bug, please contact me by filling this form, I will fix it
If you want a new feature, ask a question with the feature description, I will implement it eventually
For any other reason, you can contact me by clicking on my markeplace name (RLoris) and finding my support email
Changelog
V1.1
- Added Shake (128, 256) & Keccak digest (224, 256, 384, 512)
- Added DSA generation + sign & verify
- Added Camellia & Blowfish symmetric encryption