17 posts
Posted 28 May 2015 - 06:42 PM
I need help to hash the input
code:
os.loadAPI("smashOS/sha256")
print("New Pass:")
local input = read()
--Then hash the input
2679 posts
Location
You will never find me, muhahahahahaha
Posted 28 May 2015 - 06:44 PM
hashythingy = sha256.sha256(input)
3057 posts
Location
United States of America
Posted 28 May 2015 - 06:50 PM
Step 1: Get or write a hashing function.
sha256 has been adapted to CC already, and can be found on the forums.
Step 2: Use the function to hash.
2679 posts
Location
You will never find me, muhahahahahaha
Posted 28 May 2015 - 07:02 PM
lol, that obviousness