-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Good morning!
I sorry if it is a silly question, but I clone your REPO and try to run as it is. But I'm keeping getting the same error message (There is not sufficient coverage between the certificates to encrypt all possible bytes!). I looked up for restrictions about the input, but nothing was found. So, my questions are:
- There is a minimum size for the keys?
- Thre is a minimum size for the input content? If there is, may be I should pad it to reach the lower bound!
The first attempt:
# lenticrypt -e k1 LICENSE -e k2 README.md -o mensagem.enc
ERROR There is not sufficient coverage between the certificates to encrypt all possible bytes!
To suppress this error, re-run with the `-f` option.
If I force with flat "-f", it stuck into the point:
# lenticrypt -e k1 LICENSE -e k2 README.md -o mensagem.enc
WARNING There is not sufficient coverage between the certificates to encrypt all possible bytes!
[======================================================Building=Dictionary=100%======================================================-]
After I press Ctrl-C, the folder list is:
-rw-r--r-- 1 root root 18025 Dec 3 21:00 LICENSE
-rw-r--r-- 1 root root 2381 Dec 3 21:00 README.md
-rw-r--r-- 1 root root 239 Dec 4 11:48 k1
-rw-r--r-- 1 root root 179 Dec 4 11:48 k2
-rw-r--r-- 1 root root 33 Dec 4 13:05 mensagem.enc
NOTE: This is the firts time I play with denieble cryptographic. I'm just getting started and I'm intending to use your code to learn about.
I'll really apreciate if you could help me out!
pzal
Metadata
Metadata
Assignees
Labels
No labels