Features
Polar Crypto Light is simple to use and yet it supports the securest, most recommended and most up-to-date cryptographic standards and crypto systems.
Features
Encryption/Decryption
- Encrypt files, strings, buffers (Encrypt Method, Decrypt Method)
- Use public and private RSA keys for encryption/decryption
- 256-bit symmetric keys for AES
General process information
- Use the OnError Event to detect any errors in the encryption/decryption process
- ProcessingStatus Event will tell you the current status of the operation
Component object model
CryptoLight Object
The CryptoLight object represents the control, and does all the encryption/decryption operations.
Properties
- AllowErrorReporting Property
- Password Property
Methods
- Encode Method
- Decode Method
- Decrypt Method
- DecryptFile Method
- Encrypt Method
- EncryptFile Method
Events
- Error Event
- ProcessingEnded Event
- ProcessingStarted Event
- ProcessingStatus Event
List of enumerations
- pceErrorConstants Enumeration
- pcfEncodingFormat Enumeration
- pcmProcessingMode Enumeration
|
|