<p>ROT13_Demo Demonstrates a ROT13 library What is ROT13? ROT13 stands for Rotate 13. It takes every character in a string and moves it down the alphabet 13 places. If it falls off the end it wrap around to the front. It is the quintessential bad encryption algorithm. Why 13 places? It serves as its own decrypter. Resources https://github.com/jmohler1970/ROT13_Demo https://github.com/jmohler1970/ROT13 https://en.wikipedia.org/wiki/ROT13 https://stackoverflow.com/questions/tagged/rot13 https://cflib.org/udf/Rot13 (Original)</p>
<p>The post <a rel="nofollow" href="https://coldfusion.adobe.com/2018/12/rot13-in-action/">ROT13 in action!</a> appeared first on <a rel="nofollow" href="https://coldfusion.adobe.com">ColdFusion</a>.</p>
Comments: