8 Commits (14d584e3302a4b4984a9e051dd403e3896058aba)
 

Author SHA1 Message Date
trivernis 14d584e330 Add masked password input and hash
- Add password input that doesn't print the password
- Change the password to be hashed with sha512_256 to a 32 byte slice
5 years ago
trivernis 66f3be84ad Replace readFileFull with ioutil.ReadAll 5 years ago
trivernis 621633263f Add option to decrypt data from an image
Add flag -decrypt that decrypts the input image and writes the data into -out
5 years ago
trivernis 9a564afc5b Move png utility stuff to seperate file 5 years ago
trivernis fe56f9adfe Fix resulting image only containing chunk data 5 years ago
trivernis c8fbb62f07 Cleanup 5 years ago
trivernis 6f1aaff9aa Add main file [WIP]
Add cryptpng.go file as the main entrance. The writing of the data is currently not working.
5 years ago
trivernis ba7f0522b0 Initial commit 5 years ago