aboutsummaryrefslogtreecommitdiff
path: root/e.lua
diff options
context:
space:
mode:
authorame <[email protected]>2023-11-02 01:03:57 -0500
committerame <[email protected]>2023-11-02 01:03:57 -0500
commit6202eb83795142abeea9fe38ee5111672b866946 (patch)
tree45854f16bad360f459b769051536f972b2b75f77 /e.lua
parentdeacfd0e3ca66c3dd29cf4ff6fdaedcc184d101f (diff)
base64 & uuencode
Diffstat (limited to 'e.lua')
-rw-r--r--e.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/e.lua b/e.lua
new file mode 100644
index 0000000..20ed603
--- /dev/null
+++ b/e.lua
@@ -0,0 +1,5 @@
+require "llib"
+local wow = llib.crypto.uuencode("wowa wowa wowa WQHOIDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA")
+print(wow)
+print(llib.crypto.uudecode(wow))
+