Encrypting numbers
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


sci.crypt archive

Encrypting 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
Plaintext: 0, 3, x, 0, x, x, x, x, x

Ciphertext: 21, 42, -7, 9, 12, -3, 21, 30, -3
Plaintext: 0, 7, x, 0, x, x, x, x, x

Any ideas?

thanks!
Mary
Received on Mon May 1 01:53:27 2006