Skip to content
/ Confy Public

An encypter/decrypter of my own and my friend. Pretty understandable code

Notifications You must be signed in to change notification settings

consler/Confy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Confy

An encypter/decrypter of my own and my friend. Pretty understandable code.

Example of usage for packing:

text = "AGE=44";
key = 1234;
pacd = confypack(text, key);
print(pacd);

And for unpacking:

pacd = "f!%!!52b[42l!1458b[f!%!!5[5lb4bb[[4[1bf!%!!55]15[212l1[b[f!%!!4]4l2[l]!5]]b8f!%!!421l]l8411bb]4f!%!!421l]l8411bb]4f";
key=1234;
text = confyunpack(pacd, key);
print(text);

LUA5.3 TARGETED

About

An encypter/decrypter of my own and my friend. Pretty understandable code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages