GoFiler Legato Script Reference
Legato v 1.5b Application v 5.24b
|
Table of Contents | < < Previous | Next >> |
Chapter Five — General Functions (continued)
Legato provides SDK functions for a number of encryption types. Many of these functions will rely on an input buffer and output buffer, usually in the form of characters or bytes.
Advanced Encryption Standard (AES) is supported. AES is a specification for the encryption of electronic data established by the U.S. National Institute of Standards and Technology (NIST). AES is based on the Rijndael cipher and requires a key in certain block lengths along with an optional vector mask.
RC4 (Rivest Cipher 4) is supported and is a symmetrical algorithm so the EncryptAsRC4 function is used to both encrypt and decrypt data. In cryptography, RC4 is the most widely used software stream cipher and is used in popular protocols such as Transport Layer Security (TLS) (to protect internet traffic) and WEP (to secure wireless networks). It is also used in many document structures and formats, such as PDF, to secure data.
Internal encryption for settings is also provided. This is a one way encryption to prevent scripts from decoding application settings.
Table of Contents | < < Previous | Next >> |
© 2012-2024 Novaworks, LLC. All rights reserved worldwide. Unauthorized use, duplication or transmission prohibited by law. Portions of the software are protected by US Patents 10,095,672, 10,706,221 and 11,210,456. GoFiler™ and Legato™ are trademarks of Novaworks, LLC. EDGAR® is a federally registered trademark of the U.S. Securities and Exchange Commission. Novaworks is not affiliated with or approved by the U.S. Securities and Exchange Commission. All other trademarks are property of their respective owners. Use of the features specified in this language are subject to terms, conditions and limitations of the Software License Agreement.