Managing and transporting crypto data
- Last Updated: June 23, 2026
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Crypto data consists of all the information required to maintain secure data. This includes the source data, typically in clear-text form; the encrypted or hashed data; all passwords, key values, and algorithms; and all platform parameters required to maintain the data, such as code pages for character strings and the byte endian order for binary values.
This section describes some of the basic objectives and requirements for managing crypto data in ABL
CAUTION: Managing crypto data incorrectly can result
in the loss of your original source data. You must ensure that all
interactions with this data are both safe and secure.