dianalyx / rc4

Rc4 is a binary additive stream cipher. It is used in SSL (also known as TLS), WEP and IEEE 802.11 wireless networking security standard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RC4

About

Rc4 is a binary additive stream cipher. It is used in SSL (also known as TLS), WEP and IEEE 802.11 wireless networking security standard

Usage

# chmod +x rc4.py

For encryption

# ./rc4.py -e -m <message> -k <key>

For decryption

# ./rc4.py -d -m <message> -k <key>

Author

Tushar Sharma tushar.sharma1729@gmail.com

License

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

About

Rc4 is a binary additive stream cipher. It is used in SSL (also known as TLS), WEP and IEEE 802.11 wireless networking security standard


Languages

Language:Python 100.0%