This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

[ANY] Decoder


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
gubka
Veteran Member
Join Date: Jan 2012
Location: Russia
Old 12-15-2016 , 17:22   [ANY] Decoder
Reply With Quote #1



May be it will useful for some registration system, which work without Steam ID validation
It actually decode string in the RC4 way using custom key

Quote:
What is RC4?

RC4 was created by Ron Rivest of RSA Security in 1987. It is one of the most widely-used software stream cipher and is used in popular protocols such as Secure Sockets Layer (SSL) (to protect Internet traffic) and WEP (to secure wireless networks). RC4 is used in many commercial software packages such as Lotus Notes and Oracle Secure SQL.
There are two parts in RC4 algorithm, a 'key scheduling algorithm' (KSA) which turns a random key (typically between 40 and 256 bits) into an initial permutation of S-box of N(power of 2). The other part is 'pseudorandom number generator(' PRNG), PRNG uses the permutation to generate a pseudo-random number sequence which is XORed with the plaintext to give the cipher text.
RC4 is a fast cipher algorithm and about 10 times faster than DES(Data Encryption Standard).
This wrapping class CRC4 is a handy version for using by avoiding string terminator ¡®\0¡¯ in the middle of the encoded text data. It is annoying and bug-hidden if you want to handle the encoded text data as a string without knowing that the '\0' character could truncate your cipher text to be incomplete.
Usage:
Spoiler


Include:
Spoiler
Attached Files
File Type: zip package.zip (2.08 MB, 220 views)
__________________

Last edited by gubka; 12-15-2016 at 17:23.
gubka is offline
Send a message via ICQ to gubka
cs.demyo.com
Junior Member
Join Date: Oct 2015
Old 01-07-2017 , 22:45   Re: [ANY] Decoder
Reply With Quote #2

too bad RC4 has to many security flaws it is dead in the water
cs.demyo.com is offline
zipcore
Veteran Member
Join Date: Mar 2010
Location: m_flZipcore
Old 01-08-2017 , 20:54   Re: [ANY] Decoder
Reply With Quote #3

www.rc4nomore.com
__________________
zipcore is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 14:55.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode