Re: "space" in hex?
- From: Argusy <argusy@xxxxxxxxxxxxxxx>
- Date: Wed, 27 Jun 2007 17:41:34 +0930
dalz via VBMonster.com wrote:
I have problem in converting "space" to hex and be read again as "space" in
string
Ex: input text = abcd defg
I must convert this text to hex so it can be store to the card
Then when the card is read by the reader it must return the same result =
abcd defg
But what happening is:
input text = abcd defg
result in hex = 61 62 63 64 20 64 65 66 67 convert it again to string = abcdAIKM'
how to read the "space"??
thanks
Something wrong, there.
Lower case "abcd defg" should be 96, 97, 98, 99 20 99 100 101 102
Take another look at your encrypting algorithm. It aint right
Argusy
.
- Follow-Ups:
- Re: "space" in hex?
- From: Argusy
- Re: "space" in hex?
- References:
- "space" in hex?
- From: dalz via VBMonster.com
- "space" in hex?
- Prev by Date: "space" in hex?
- Next by Date: Re: "space" in hex?
- Previous by thread: "space" in hex?
- Next by thread: Re: "space" in hex?
- Index(es):
Relevant Pages
|