Open SkeletalDemise opened 1 year ago
This should probably be fixed at the same time as https://github.com/bee-san/Ares/issues/89
For this we need to not return an array of decoders by name but instead return the crackresult like I originally suggested D:
Also we need to change key
from a string to a vec. Ciphers like Affine use multiple keys. (a
and b
)
Ares should return the keys found from ciphers like Caesar and print them along with the path.
CrackResult
already has akey
field: