(no title)
cdjc | 5 months ago
Results: Taiwan got a simple Caeser cipher with numeric key (mod 26) giving the constant shift, whereas Australia got an alphanumeric key, repeated so it's the length of the input, and the shift of each letter is based on the offset from the corresponding letter in the key.
Australia's cipher is definitely harder to break than Taiwain's cipher. Though both are pretty crappy. So that's one data point kind-of in support of the headline.
To be fair, both replies also noted that their implementations weren't suitable for real world use, and suggested using "established cryptographic libraries".
godelski|5 months ago
Can you repeat with libraries? I'm not sure I'll be able to analyze that security though.
And are you able you share the prompts and output?