Skip to content

spooni01/vernam-cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vernam cipher

The Vernam cipher is a method of encrypting alphabetic text. In this mechanism, add to each odd character of the ASCII text the value of the first character of the original text and to each even character of the ASCII text the value of the second character of the original text.

Encryption algorithm

  • save the first and second characters as ASCII table values
  • add the value of the first key to each odd character
  • subtract the value of the second key from each even character
  • continue until come across a number that indicates the end of encryption

Technical data

Architecture: MIPS64

About

Vernam cipher on MIPS64 architecture

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published