Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-18 | implement decryptiondeonebook | Jakob 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-17 | enforce device type of mmcblk, fail if /sys/block/<device>/device is not a ↵ | Jakob Kaivo | |
readable directory | |||
2020-11-17 | fail if the device isn't an mmcblk device | Jakob Kaivo | |
2020-11-17 | add warnings if any registers are not properly read | Jakob Kaivo | |
2020-11-12 | adjust formatting of pastable commands | Jakob Kaivo | |
2020-11-12 | add README | Jakob Kaivo | |
2020-11-12 | add shell script to on-device key extraction | Jakob Kaivo | |
2020-11-12 | output in hex for easier openssl copy and paste | Jakob Kaivo | |
2020-11-12 | add new source files | Jakob Kaivo | |
2020-11-12 | add flags for reading and generating key | Jakob Kaivo | |
2020-11-12 | add header file | Jakob Kaivo | |
2020-11-12 | add separate path for reading key from SHM | Jakob Kaivo | |
2020-11-12 | s/getkey/genkey/ | Jakob Kaivo | |
2020-11-12 | generate key from CSD, CID, and SRC registers of SD card | Jakob Kaivo | |
2020-11-11 | initial commit | Jakob Kaivo | |