Registry

  • Thread starter Thread starter Muhammad Bilal
  • Start date Start date
M

Muhammad Bilal

Hi.

Can we masked the value of a string in registry as '*' or any other
character that the original value of a string cannot be seen but still
avialable in vb.net

Regards
Muahmmad Bilal
 
You should just encrypt the string. I don't know of a way to hide the value
such as a password.
 
Hi.

Can we masked the value of a string in registry as '*' or any other
character that the original value of a string cannot be seen but still
avialable in vb.net

Regards
Muahmmad Bilal

You may want to convert string to a binary data. Don't know but please
post the solution if someone finds.
Check this out:
http://www.motobit.com/tips/detpg_binarytostring/
Vice versa should be possible IMHO.
 
Muhammed,

This answer is simple, NO, the registry contents the true values.

(And even if you encrypt it, then the key should be somewhere and then the
most obvious is the registry)

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top