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
commitcbb317ce67d67eb0661a6ec805895ae4bf064c14 (patch)
tree45854f16bad360f459b769051536f972b2b75f77 /e.lua
parent27c33caa85a3f61686ceae7bf555817d69df9c84 (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))
+