summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-11-18implement decryptiondeonebookJakob Kaivo
adjust command-line to require no file names or exactly two, input and output remove -G and -R options specify device with -d option specify key (in hex) if necessary with -k option better warnings and errors throughout
2020-11-17enforce device type of mmcblk, fail if /sys/block/<device>/device is not a ↵Jakob Kaivo
readable directory
2020-11-17fail if the device isn't an mmcblk deviceJakob Kaivo
2020-11-17add warnings if any registers are not properly readJakob Kaivo
2020-11-12adjust formatting of pastable commandsJakob Kaivo
2020-11-12add READMEJakob Kaivo
2020-11-12add shell script to on-device key extractionJakob Kaivo
2020-11-12output in hex for easier openssl copy and pasteJakob Kaivo
2020-11-12add new source filesJakob Kaivo
2020-11-12add flags for reading and generating keyJakob Kaivo
2020-11-12add header fileJakob Kaivo
2020-11-12add separate path for reading key from SHMJakob Kaivo
2020-11-12s/getkey/genkey/Jakob Kaivo
2020-11-12generate key from CSD, CID, and SRC registers of SD cardJakob Kaivo
2020-11-11initial commitJakob Kaivo