forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcipherNames.xml
More file actions
66 lines (50 loc) · 1.83 KB
/
Copy pathcipherNames.xml
File metadata and controls
66 lines (50 loc) · 1.83 KB
1
<doc> <legacy_id>1611</legacy_id> <name>cipherNames</name> <type>function</type> <syntax> <example>put the cipherNames into tCypherNameList</example> </syntax> <synonyms> </synonyms> <summary><b>cipherNames</b> returns a list of ciphers and their associated default key lengths in bits.</summary> <examples> </examples> <history> <introduced version="2.5">Added.</introduced> <deprecated version=""></deprecated> <removed version=""></removed> <experimental version=""></experimental> <nonexperimental version=""></nonexperimental> </history> <objects> </objects> <platforms> <mac/> <windows/> <linux/> <ios/> <android/> </platforms> <classes> <desktop/> <server/> <web/> <mobile/> </classes> <security> <network/> </security> <classification> </classification> <references> <command tag="encrypt">encrypt Command</command> </references> <description> <overview></overview> <parameters> </parameters> <value></value> <comments>Some ciphers like blowfish accept key lengths up to 448 bits where 128 is the default, others have fixed sized key lengths.<p></p><p></p><p></p><important> The <b>cipherNames</b> <glossary tag="function">function</glossary> is part of the SSL & Encryption library. To ensure that the <glossary tag="function">function</glossary> works in a <glossary tag="standalone application">standalone application</glossary>, you must include this <glossary tag="LiveCode custom library">custom library</glossary> when you create your <glossary tag="standalone application">standalone</glossary>. In the Inclusions section on the General screen of the <glossary tag="Standalone Application Settings">Standalone Application Settings</glossary> window, make sure "SSL & Encryption" is selected in the list of script libraries.</important></comments> </description></doc>