Hi there.
I want to use JCE for my encryption in my
java program.
I was wondering if it's possible and how to use a custom
string such as the hard drive serial number in my key. So that I that I can have a different key for each client that uses my program and so have my updates using a different key for each user. And so it may only be used on that machine and no other.
I haven't worked out how to get the hard drive serial number yet but I know that is a different subject all together using JNI.
I just need to know how to implement that string into the encryption. would I be able to make it part of the key, or am i going about it all wrong???
Thanks in advance.