OpenGenus/cosmos

Create Affine cipher algorithm

Open

#1,038 opened on Oct 9, 2017

View on GitHub
 (9 comments) (0 reactions) (0 assignees)C++ (3,724 forks)batch import
Hacktoberfestadd codenew algorithm

Repository metrics

Stars
 (13,462 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

https://en.wikipedia.org/wiki/Affine_cipher

It maps each letter in an alphabet using a mathematical function

I'm working on it in C++

Contributor guide