Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/AkuraDiary/sigma_ciphers_cryptograms

DIY gravity falls cryptograms made with python, with some twist
https://github.com/AkuraDiary/sigma_ciphers_cryptograms

algorithm cipher cipher-algorithms encryption-algorithms encryption-decryption encryption-tool gravityfalls python

Last synced: about 2 months ago
JSON representation

DIY gravity falls cryptograms made with python, with some twist

Awesome Lists containing this project

README

        

# sigma-ciphers-cryptograms ๐Ÿฅ–

Yes, this was a DIY cipher inplementation inspired from gravity falls with python, but now, i've added my custom algorithm called Sigma (if you had a name suggestion, contact me please) so, what is Sigma ? simply it's the algorithm that stacked data from another simple ciphers algorithm

## Algorithm or ciphers list ๐Ÿž

- Caesar -> good old Caesar ciphers, with 3 shift parameter
- Atbash -> Reversing the letter
- ABZA -> A into B Z into A
- AN -> classic scout cipher, A into N and N into A (turns out, this is a Caesar ciphers with 13 shift parameter)
- A1Z26 -> A into 1 Z into 26 (this algorithm still need some adjustment to implement into Sigma)

if you had another classic algorithm or custom algorithm that you want to add into this project, you can contribute [here](https://github.com/AkuraDiary/sigma-ciphers-cryptograms/blob/main/CONTRIBUTING.md) or contact me

- Sigma -> Wrapper algorithm / my custom algorithm

## Use Case ? ๐Ÿฅช
### - encrypting your private file
### - encrypting another people file (wait, that's illegal, or is it ๐Ÿคจ)
### - doing some encrypted message with your friend, or on exams ๐Ÿคจ
### - Implementing this into some service ๐Ÿฅ–

## How to Use in Windows (Oversimplified)
- Make sure you have git and python 3 installed properly
- clone this repo using ```git clone https://github.com/AkuraDiary/sigma-ciphers-cryptograms.git ```
- Just open terminal in where you save this project, and type ```py Sigma.py```
- and you will get into the CLI interfaces, here is the command list, although you could type `help`
```
###### Commands ######
exit : exit the program
help : show the help
encode : encode a message or file
decode : decode a message or file
nuke : nuke a directory
```

for linux users, you guys are pro, so you know what to do

## under renovation ๐Ÿฅฏ

## TODO NEW SCREENSHOOTS

## To Do Next ๐Ÿฅ›
- ### ๐ŸŒฎ add file utilities
- ### โŒจ๏ธ add command line mechanism
- ### ๐Ÿ—ƒ๏ธ add more ciphers algorithm of course
- ### ๐Ÿฅœ add Nuke

## Contributing ๐Ÿช
### if you want to contribute into this project, i would be so happy, check how to contribute [here](https://github.com/AkuraDiary/sigma-ciphers-cryptograms/blob/main/CONTRIBUTING.md)
> especially if you could help to remove "spaghetti code" and boilerplate you are very welcomed to contribute

## here's my gravity falls [refference](https://gravityfalls.fandom.com/wiki/List_of_cryptograms/Episodes)
`"It's so simple, until it's not and that's good, i guess"`
i'm trying to keep this simple, so i only using python built in library
and also, this is my first project with github copilot ๐Ÿ˜ธ