Switch to full style
Codes, tips and tricks,discussions and solutions related to C#
Post a reply

Encryption decoding

Thu Jul 23, 2009 5:30 pm

I have an old encryption style I need to solve.
a "key" is displayed in an encryted form, I need to decode this. This is what I know: The "key" can be +/- 2147483647. I have some keys with there encrypted form:
KEY ENCRYPTION:

1 -626371163
2 447370661
3 -1700112987
4 2057983397
5 -89500251
6 984241573
7 -1163242075
8 1252677029
9 -894806619
10 178935205
-1 -1521112486
-3 -447370662
-5 2057983398
2147483647 -1521112485
-2147483647 -626371164

I can also get the encryted number for any key that may be useful in solving this.



Post a reply
  Related Posts  to : Encryption decoding
 Encryption and Decryption encryption Affine cipher code     -  
 Encryption Algorithm{Data Encryption Standard}     -  
 encryption and decryption in c++     -  
 ENCRYPTION TECHNIQUE     -  
 encryption/ decryption without key using C++     -  
 video encryption     -  
 j2me encryption     -  
 Data Encryption Standard (DES)     -  
 C++ DES Encryption Package - Errors?     -  
 JAVA VOIP ENCRYPTION     -