Skip to content

aakldey/feistel_cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Feistel cipher

Scala feistel cipher

Encrypt and decrypt string with init vector (Long)

Encrypt

  val enc = feistel(text, round, false, key) // text: String, round: Int, key: Long, return String

Decrypt

  val dec = feistel(text, round, true, key)

About

scala feistel cipher

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages