Method Crypto.rot13()


Method rot13

string(8bit) rot13(string(8bit) data)

Description

Convenience function that accesses the crypt function of a substitution object keyed to perform standard ROT13 (de)ciphering.


Method rot13

string(8bit) rot13(string(8bit) x)

Description

Perform case insensitive ROT13 "encryption"/"decryption".

See also

Substitution