OVERVIEW
The Cryptor Plugin for Servoy is packed with 12 functions for encryption, encoding etc.
With the Cryptor Plugin you can use:
- Base64 encoding
- Blowfish encryption
- CRC32 checksum
- DES encryption
- MD5 128 bits hash algorithm
- SHA algorithm
BENEFITS
- To generate a encrypted passwords or data.
- To encode images for email messages.
In short: every developer that needs encryption or encoding will benefit.
COMPATIBILITY
Smart client | Headless client | Web client | Mobile client | NG client | |||||
---|---|---|---|---|---|---|---|---|---|
8.0+ | 1.6+ | – | – | – | |||||
7.0+ | 1.6+ | – | – | – | n/a | ||||
6.1+ | 1.6+ | – | – | n/a | n/a |
DOCUMENTATION
We published our API Specifications for the Cryptor Plug-in as a future and current reference.
After downloading the Cryptor Plug-in using our Components Manager a sample solution {servoy_root}/solutions/it2be-examples/it2be-cryptor.servoy is installed.
You can import the sample solution into Servoy Developer and you will have some (basic) code examples of how to use the Cryptor Plug-in.
We have made the source of the Cryptor Plug-in available on ServoForge .
You can download the source here .
Everybody is free to check the source out, use it and change it as long as you give us credit and leave all copyright notices intact including those of third parties.