just use a sha512 with salt and push your regular stream through it. the results you write on disk. the salt should be hardcoded somewhere.
when somehow then wants to "crack" your program, he would need to get the salt out of the binary.
Show differencesHistory of post edits
#2FlyingDutchman
Posted 16 November 2012 - 01:42 AM
just use a sha512 with salt and push your regular stream through it. the results you write on disk. the salt should be hardcoded somewhere.
when somehow then wants to "crack" your program, he would need to get the salt out of the binary.
when somehow then wants to "crack" your program, he would need to get the salt out of the binary.
#1FlyingDutchman
Posted 16 November 2012 - 01:42 AM
just use a sha512 with salt and push your regular stream through it. the results to write on disk. the salt should be hardcoded somewhere.
when somehow then wants to "crack" your program, he would need to get the salt out of the binary.
when somehow then wants to "crack" your program, he would need to get the salt out of the binary.