A comprehensive collection of various conversion tools for text manipulation, encoding, and cryptography.
-
Updated
Apr 11, 2023 - HTML
A comprehensive collection of various conversion tools for text manipulation, encoding, and cryptography.
An encryption program - CLI & Web API
A small repo for python crypto stuff
A Python script that includes various functions for data conversion, encoding, and decoding, as well as cryptographic operations such as RSA, AES, and Triple DES encryption and decryption.
ROT13 substitution cipher for Node.js
rot13 in c++
rotter can be used to encrypt text in ROT encryption. by JRDP Team
Javascript encryption ciphers -https://zayslash.github.io/cipher-collection/
Web page that encrypt any text input using the Rot 13 cypher algorithm.
Encrypt/Decrypt any Latin alphabet text entry (aA-Zz)
A plugin for Obsidian to transform texts into different formats. Currently base64 and ROT13
ROT13 (short for rotate by 13 places) is a simple encryption technique that replaces each letter of the alphabet with the letter 13 positions ahead of it. It's a specific case of the Caesar cipher, where the shift value is fixed at 13.
Pure Rust implementation of classical ciphers (for fun and learning!)
A basic encryption program for text documents using the ROT13 algorithm.
Encrypt and Decrypt text using ROT13 algorithm
Cipher
This crypto analysis program is written in Java. It aims to have the ability to encrypt, decrypt, and break (brute force) encrypted ciphers.
I have wrote a very simple function in c++ for ROT-13 cipher. No external library are included. The code adjusts the position by adding the base ASCII value to convert it back to the correct character for printing.
Add a description, image, and links to the rot13-cipher topic page so that developers can more easily learn about it.
To associate your repository with the rot13-cipher topic, visit your repo's landing page and select "manage topics."