Thanks to visit codestin.com
Credit goes to github.com

Skip to content

krink-code/kes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KES

K Encryption Standard

KES is simple encryption that uses standard progamming languages (no special libraries).
Python, Go, Swift, Kotlin, and Bash.

License: WTFPL

python3

run

./kes.py

go

run

go run kes.go

build

go build -o kes1

run build

./kes1

swift

run

swift kes.swift

build

swiftc kes.swift -o kes1

run build

./kes1

kotlin

build

kotlinc kes.kt -d kes.jar
kotlinc kes.kt -include-runtime -d kes.jar

run build

java -jar kes.jar

bash

run

./kes.sh

About

k's encryption standard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published