├── .gitignore ├── LICENSE ├── Makefile ├── README.md ├── mem_zeroize.c ├── mem_zeroize.h ├── sed-opal-unlocker.c └── sedutil-passhasher.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dex6/sed-opal-unlocker/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dex6/sed-opal-unlocker/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dex6/sed-opal-unlocker/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dex6/sed-opal-unlocker/HEAD/README.md -------------------------------------------------------------------------------- /mem_zeroize.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dex6/sed-opal-unlocker/HEAD/mem_zeroize.c -------------------------------------------------------------------------------- /mem_zeroize.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dex6/sed-opal-unlocker/HEAD/mem_zeroize.h -------------------------------------------------------------------------------- /sed-opal-unlocker.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dex6/sed-opal-unlocker/HEAD/sed-opal-unlocker.c -------------------------------------------------------------------------------- /sedutil-passhasher.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dex6/sed-opal-unlocker/HEAD/sedutil-passhasher.py --------------------------------------------------------------------------------