cipherNames returns a list of ciphers and their associated default key lengths in bits.
# Metadata
Platforms: desktop, server, mobile OS: mac, windows, linux, ios, android Introduced: 2.5 Security: network
# Syntax
put the cipherNames into tCypherNameList
# Description
Some ciphers like blowfish accept key lengths up to 448 bits where 128 is the default, others have fixed sized key lengths.
>*Important:* The cipherNames function is part of the > SSL & Encryption library. To ensure that the function works in a > standalone application, you must include this > LiveCode custom library when you create your > standalone application. In the Inclusions pane of the > Standalone Application Settings window, make sure the > "SSL & Encryption" > library checkbox is checked.
# Tags
# See
- **command:** encrypt - **glossary:** Standalone Application Settings, function, LiveCode custom library, standalone application - **library:** SSL & Encryption library