![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
sci.crypt archiveEncrypting numbers
From: moofy <vacache@gmail.com>
Date: Wed Mar 29 2006 - 20:13:23 CEST
Hi all,
What type of cipher can be used to encrypt numbers?
I am looking at the following:
9, 30, -3, 0, 12, 0, 29, 46, 1
21, 42, -7, 9, 12, -3, 21, 30, -3
Code Hint: 1, 2, 1, 3, 4, -1, 0, 2, 0
I know what some of the values should decrypt to:
Ciphertext: 9, 30, -3, 0, 12, 0, 29, 46, 1
Ciphertext: 21, 42, -7, 9, 12, -3, 21, 30, -3
Any ideas?
thanks!
|