Skip to content
This repository was archived by the owner on Feb 1, 2025. It is now read-only.

ASCII to Binary/Hex/Decimal, Vigenere Cipher, Ceaser Cipher, ROT-13, ROT-47, Substitution Cipher, Morse code, Cistercian Cipher, Pig Pen cipher, Knights' Templar Cipher, Frequency Analysis, Prime Factorisation, Image Steganography

Notifications You must be signed in to change notification settings

Gayoon1234/Cipher-Converter

Repository files navigation

Final Update

This repository is no longer being worked on :( With the exception of the Vigenere Cipher all other cipers can be directly implemented in any JavaScript based framework.

Converters and Ciphers

This is a passion project currently still in development.
It is a rails 6 project with ruby 3.0.1, however most of the current converters/ciphers are written in javascript.

It is currently hosted at: https://vast-wave-08456.herokuapp.com/
List of Ciphers/Converters

Converters

  • Plaintext to Binary
  • Plaintext to Hex
  • Plaintext to ASCII (base 10)

Ciphers

  • Vigenere Cipher*
  • Ceaser Cipher Encoder
  • Ceaser Cipher Solver* (can decode without knowing shift)
  • ROT-13
  • ROT-47
  • Substitution Cipher
  • Morse code encoder/decoder (with customisable options for dots and dashes)
  • Cistercian Cipher (Visual Tool)
  • Pigpen Cipher (Visual Tool)
  • Knights' Templar Cipher (Visual Tool)

Analysis Tools

  • Dynamic Frequency Analysis tool
  • Prime Factorisation (This will eventually be re-written in ruby)

Misc

  • Image Steganography

*These tools are written in ruby, the others are in javascript

About

ASCII to Binary/Hex/Decimal, Vigenere Cipher, Ceaser Cipher, ROT-13, ROT-47, Substitution Cipher, Morse code, Cistercian Cipher, Pig Pen cipher, Knights' Templar Cipher, Frequency Analysis, Prime Factorisation, Image Steganography

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published