Skip to content

zhellsh/kos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kos

kos (Key, Offset, and Salt) is a quick encryption protocal that uses math to encrypt and decrypt.

features

kos 3.0.0+ allows for the user to implement this protocal in their program. using lib is the vanilla experience. using kos includes a basic ui.

demo

Web demo here

example

use kosalt;
fn main() {
    kosalt::gen();
    kosalt::encrypt("This is super cool!");
    let message = kosalt::decrypt();
    println!("{message}");
}

About

kos (Key, Offset, and Salt) is a quick encryption protocal that uses math to encrypt and decrypt

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published