glv2
glv2
This is strange, if *bruteforce-luks* can decrypt a key slot, *cryptestup* should be able to do it too as they use the same function internally. Are you sure that you...
The format of "BTC Protkey" (base58 encoded string) is different from the format expected by *bruteforce-salted-openssl" (binary file starting with ```Salted__```). I also took a quick look to the source...
No, in its current state the program is CPU only.
What command line did you use?
Could you describe more precisely what your problem is? What command is working? What command is not working?
Is the ```autogen.sh``` script executable? As an alternative you can also enter ```autoreconf --install --force``` directly.
I added support for the 96-bit nonce variant in commit 9da18690adf479b1a5ca0237f4a3d31ffd2ac44b. Could you check if it works for you?
I can't reproduce on GNU/Linux, and I don't have anything running on macOS, so could you test the following code? It might give a better description of the error. ```...
Then, could you try: ``` lisp (asdf:load-system "ironclad/tests") (ironclad-tests::run-test-vector-file :sha3 ironclad-tests::*digest-tests*) ```
Do you get the same error with: ``` lisp (let ((data (make-array 0 :element-type '(unsigned-byte 8)))) (crypto:digest-sequence :sha3 data)) ```