Crypto Utils
API Documemtation
svyCrypto is a set of utility methods that can easily enable encryption to any Servoy project. It uses a combination of AES/DES algorithms for this purpose.
Example
svyCrypto
A single scope that contains all the functionality
Method Summary
encrypt
Params
Type
Name
Summary
Required
String
value
value to be encrypted
Required
EncryptionOptions
options
encryption options
optional
String
secretPassPhrase
Secret Pass Phrase
optional
Returns String
Method Summary
decrypt
Params
Type
Name
Summary
Required
String
value
encrypted value
Required
EncryptionOptions
options
encryption options
optional
String
secretPassPhrase
Secret Pass Phrase
optional
Returns String
Method Summary
createOptions
Returns EncryptionOptions
Last updated