Tagged Questions
4
votes
10answers
649 views
Code Golf - Word Scrambler
Please answer with the shortest possible source code for a program that converts an arbitrary plaintext to its corresponding ciphertext, following the sample input and output I have given below. ...
1
vote
3answers
89 views
Are there any algorithms for scrambling a word?
I am trying to make a word scrambler and am wondering if there are any algorithms I should use or if I should just build it from scratch. Any pointers would be helpful!