Skip to content
/ xor-lua Public

a simple lib to xor encrypt/decrypt a string

License

Notifications You must be signed in to change notification settings

Braayy/xor-lua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xor-lua

a simple lib to xor encrypt/decrypt a string

local xor = require('xor')

xor('message', 'key') -- returns the xor encrypted/decrypted string from 'message' on 'key'

There is a simple program that uses this lib on test.lua

About

a simple lib to xor encrypt/decrypt a string

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages