aayushi-droid / Edabit-Solutions

Edabit Solutions using Cpp(C++)
MIT License
39 stars 154 forks source link

Atbash Cipher #363

Closed Nusratillo777 closed 3 years ago

Nusratillo777 commented 3 years ago

Before jumping into Pr first comment for assign.

Problem statement : The Atbash cipher is an encryption method in which each letter of a word is replaced with its "mirror" letter in the alphabet: A <=> Z; B <=> Y; C <=> X; etc.

Create a function that takes a string and applies the Atbash cipher to it. Probelm Link : https://edabit.com/challenge/977xgdi57bp23ibz5 Choose one Cateorgy - Hard question category : cryptography, formatting, strings


Before submitting a PR please Check some details.

This repository is vaild for HacktoberFest2020

Read before making PR - How to contribute on Github Good Luck,

Nusratillo777 commented 3 years ago

Please assign me.

Nusratillo777 commented 3 years ago

Could you assign me? @aayushi-droid