Qwant/Instant-Answers

[new IA] IA-CAESAR

Closed this issue · 2 comments

Hi,

I'w working on an Caesar IA, with the following specs :

caesar Qwant = "Djnag" (default offset is 13)

caesar 10 Qwant = "Agkxd" (offset set to 10)

caesar 158 Qwant is great ! = "Sycpv ku itgcv !" (offset set to 2, no manipulation on non-letter character)

demo caesar Qwant

demo caesar 10 Qwant

demo caesar 158 Qwant is great !

I will certainly add a 'bruteforce' mode (displaying all 26 possibilities), either by doing caesar bruteforce or with a frontend JS script

Are you interested ?
Thanks

Hello Florian, we are very interested in your Caesar IA. But your IA should be added as an option to the encryption IA rather than a brand new IA: https://github.com/Qwant/Instant-Answers/blob/master/src/modules/encryption/encryption.js
Our wiki talks about that: https://github.com/Qwant/Instant-Answers/wiki/5.3.-Tutorial-3:-Enhancing-an-existing-IA-(Encryption)
Make a Pull Request and our team will review your code to add it to Qwant

closed with #32