We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01c9094 commit f8f52e4Copy full SHA for f8f52e4
README.md
@@ -0,0 +1,25 @@
1
+# LiveCode encryption library
2
+
3
+This encryption library is borrowed from revIgniter's encryption library
4
+and includes all features as described in the revIgniter User Guide
5
+(see chapter [Encryption Library](https://revigniter.com/userGuide/libraries/encryption.html)).
6
+It is meant to be used with desktop and mobile apps.
7
8
+### Requirements
9
10
+LiveCode version 9 or higher
11
12
+### How to use this library:
13
14
+Place the library in the message path, then
15
16
+### License
17
18
+For the license terms see the LICENSE file.
19
20
+### Meta
21
22
+Version: 1.0.0
23
+Web Site: <https://revigniter.com/>
24
25
+Author: Ralf Bitter
0 commit comments