BitLogiK

Results 21 comments of BitLogiK

We are facing this issue on a Linux VPS used for test, the app is restarted after each code modification, which triggers a new init call to pynacl/libsodium. Sometimes (~30%...

Some info about the VPS system : x86_64 GNU/Linux Debian 10 "Buster", kernel 4.19.0-10-cloud-amd64 #1 SMP Debian 4.19.132-1 (2020-07-24) Python 3.7.3 PyNaCl 1.4.0

Thanks for your effort on this useful tool. We faced this exact issue when porting the guardata app to MacOSX. At first we were very disappointed and puzzled because the...

Thanks for your suggestion, we are not rushed to fix this issue. Our support here, on top of our technical feedback/insight, is only to provide a Mac remote VM in...

First of all, please read the Use section of the ReadMe : https://github.com/bitlogik/lattice-attack#use Then, you can look at the [this file source](https://github.com/bitlogik/lattice-attack/blob/master/gen_data.py), it can help into decoding into the target...

We'll investigate. But at first it looks like an issue with you fpyLLL library installation. Some people faced similar issue because of an invalid fpyLLL installation. When you run with...

Can you detail the change? Was it to add `int( )` ? I reopen the issue, because we need to clarify why the fpylll library on some systems doesn't provide...

We tested on the following platforms, all dependencies installed with apt, and everything goes right. Ubuntu 20.04 Python 3.8.2 python3-fpylll (0.5.1+ds1-2build1) Ubuntu 20.04.1 Python 3.8.5 python3-fpylll (0.5.1+ds1-2build1) Ubuntu 20.04.3 Python...

Thank you for reporting your investigation, to help on this issue. This can explain the mystery why some systems get this situation, and some others (as in our tests) don't....

The use case of LatticeAttack is to compute the private key from a set of EC digital signatures, knowing some part of the internal signature nonce (ephemeral "k"). So you...