Skip to content
⌘ NSIS Forum Archive

base64_encode or something like that?

7 posts

jp730#

base64_encode or something like that?

hi!

are there any possibilities for encoding something with nsis? i want the user to insert a password that should be storde in the registry - but not in plain text... 🙁

any ideas?

thanx
jp
Joost Verburg#
You can either create a function with the NSIS script language or, if you need advanced encryption, create a plug-in.
Joost Verburg#
That's indeed useful for a password. Not for other types of storage, because it's not an encryption but a hash.
dselkirk#
Quick plugin based which provides base64 compression.
dselkirk#
That sentence made no sense! hehe. What I meant to say was...
"Quick plugin which provides base64 compression."
sorry, hehe