Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
More on encryption
Message
From
11/05/2006 17:14:43
 
 
To
11/05/2006 17:11:31
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
01121152
Message ID:
01121159
Views:
13
>Instead of actual result string what you see is hexadecimal representation of it (which is encoding free [0-9A-F]).
>ie: instead of "cetin" it is "636574696E" (0x63 is c, 65 is e and so on).

Yes, this is what I figured out in the last hour. Since then, I am trying to find a .NET function to convert a string into hexadecimal such as going from a string to UTF-8, Base 16.

So, basically, if I have a string like:

Lang

It would give:

4C616E67

Thanks
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View

Click here to load this message in the networking platform