Re: Encryption & Decryption script



..oO(The Hajj)

^ (bitwise operator) is for ascii values, won't work on binary.

Huh? Where did you get that from? What's the difference between an ASCII
byte and a binary byte?

need to convert from binary to at least decimal

If you read a byte from somewhere it _is_ decimal, it's always a numeric
value between 0..255. Of course you can interpret it in different ways.

Micha
.



Relevant Pages