From 7832bc32b4933696e7a34b180bbba46b0c98b858 Mon Sep 17 00:00:00 2001 From: ame Date: Mon, 4 Dec 2023 01:04:57 -0600 Subject: crypto stuff and (some) file io --- e.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'e.lua') diff --git a/e.lua b/e.lua index 20ed603..7860474 100644 --- a/e.lua +++ b/e.lua @@ -1,5 +1,3 @@ require "llib" -local wow = llib.crypto.uuencode("wowa wowa wowa WQHOIDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA") -print(wow) -print(llib.crypto.uudecode(wow)) +print(llib.crypto.sha512_t("meow",224)) -- cgit v1.2.3