forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcipherNames.lcdoc
More file actions
32 lines (21 loc) · 1.07 KB
/
Copy pathcipherNames.lcdoc
File metadata and controls
32 lines (21 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Name: cipherNames
Type: function
Syntax: put the cipherNames into tCypherNameList
Summary: <cipherNames> returns a list of ciphers and their associated default key lengths in bits.
Associations: SSL & Encryption
Introduced: 2.5
OS: mac,windows,linux,ios,android
Platforms: desktop,server,web,mobile
Security: network
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|custom library> when you create your
> <standalone application|standalone>. In the Inclusions pane of the
> <Standalone Application Settings> window, make sure the "SSL & Encryption"
> library checkbox is checked.
References: encrypt (command), SSL & Encryption library (library)
standalone application (glossary), Standalone Application Settings (glossary),
function (glossary), LiveCode custom library (glossary)