rot13

A simple implementation of a rot13 encrypter/decrypter.
3.2K 次下载
更新时间 2004/3/22

查看许可证

This is just a simple ROT13 encoder / decoder (i.e. alphabetical shift cypher with a shift value of 13 so that the encoder and decoder is exactly the same).

It is probably close to being optimally coded in Matlab, but if it actually isn't, it's still useful for reading some comments in Slashdot :)

As for features, it preserves type case and non-alphabetical characters, and the alphabetical shift can be specified.

See cryptoshift, cryptosub and cryptodesub by Bill Higley if you want a more general shift cypher / substitution function.

引用格式

Francois Bouffard (2024). rot13 (https://www.mathworks.com/matlabcentral/fileexchange/4642-rot13), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R13
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Encryption / Cryptography 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0

New highly optimized encryption engine ;)
Added optional alphabetical shift argument.