I have the same issue.
Apparently, 'yiuzsrzhot' seems to be the encoded version of 'javascript' (with the key "pizza" and the latin alphabet as base).
When I run my code on my own with
const test = new VigenèreCipher('pizza', 'abcdefghijklmnopqrstuvwxyz')
console.log(test.encode('javascript'))
i get 'yiuzsrzhot' and not 'yiuzsrzheb' (which seems coherent according to the rules of the Cipher)
I'm not sure to understand correctly the error message... Is 'yiuzsrzheb' what we should get ?
Loading collection data...
I have the same issue.
Apparently, 'yiuzsrzhot' seems to be the encoded version of 'javascript' (with the key "pizza" and the latin alphabet as base).
When I run my code on my own with
const test = new VigenèreCipher('pizza', 'abcdefghijklmnopqrstuvwxyz')
console.log(test.encode('javascript'))
i get 'yiuzsrzhot' and not 'yiuzsrzheb'
(which seems coherent according to the rules of the Cipher)
I'm not sure to understand correctly the error message...
Is 'yiuzsrzheb' what we should get ?