Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zebozhuang/rc4
https://github.com/zebozhuang/rc4
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zebozhuang/rc4
- Owner: zebozhuang
- Created: 2014-07-15T13:42:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-16T12:55:29.000Z (over 10 years ago)
- Last Synced: 2023-08-09T14:59:01.682Z (over 1 year ago)
- Language: Lua
- Size: 961 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
LUA RC4 encrypt/descrypt text.
----------------------------------# lua rc4 was relized according to http://en.wikipedia.org/wiki/RC4.
# We run it comparing with python rc4.