Skip to content

OHermesJunior/nimRC4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RC4

RC4 library implementation for Nim

Usage

Using this library is as simple as this:

  import RC4

  toRC4("Key", "Plaintext") # Returns "BBF316E8D940AF0AD3"

  fromRC4("Key", "BBF316E8D940AF0AD3") # Returns "Plaintext"

Installation

Installation via nimble:

> nimble install RC4

Disclaimer

RC4 is not safe and should not be used in secure algorithms nowadays. However, RC4 was used a lot in the past, and that is why I did this.

About

RC4 library implementation for Nim

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages