Skip to content

Instantly share code, notes, and snippets.

View tedyapo's full-sized avatar
🏠
Looking for work

Teddy Yapo tedyapo

🏠
Looking for work
View GitHub Profile
@1lann
1lann / rsa-crypt.lua
Last active April 1, 2024 02:52
RSA encryption and decryption library in pure Lua for ComputerCraft
--
-- RSA Encryption/Decryption Library
-- By 1lann
--
-- Refer to license: http://pastebin.com/9gWSyqQt
--
-- See gists comment at the bottom of the page for FAQ and updates!
--
--