Skip to content

It contains the algorithm of atbash cipher technique coded in CSharp.

Notifications You must be signed in to change notification settings

laibakamal/Atbash-Cipher--CSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Atbash-Cipher--CSharp

This repository contains the algorithm of atbash cipher technique coded in CSharp. The algorithm converts A to Z, B to Y, C to X and so on

ABCDEFGHIJKLMNOPQRSTUVWXYZ converts this string to ZYXWVUTSRQPONMLKJIHGFEDCBA

Encryption of digits is like, 9 is converted to 0, 8 to 1, 7 to 2 and so on.

About

It contains the algorithm of atbash cipher technique coded in CSharp.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages