Hi all,
I need to create a
java program that will encrypt a file (maybe using twofish) based on unique ID for the key. (I was thinking something like our computer machine ID)
So no one can decrypt the file from other computer (unless they know my machine ID).
I've been searching the API but couldn't get it.
Has anyone ever done this before ?
Any other suggestion of doing this ?
Many thanks in advance