Documentation/Calc Functions/ROT13
Jump to navigation
Jump to search
TDF LibreOffice Document Liberation Project Community Blogs Weblate Nextcloud Redmine Ask LibreOffice Donate
Function name:
ROT13
Category:
Text
Summary:
Encrypts a character string by moving the characters 13 positions in the alphabet. After the letter Z, the alphabet begins again (Rotation). By applying the encryption function again to the resulting code, you can decrypt the text.
Syntax:
ROT13(Text)
Returns:
Arguments:
Text is the character string to be encrypted.
Additional details:
ROT13(ROT13(Text)) decrypts the code.