Skip to content

kanelandry/alphapadding_permutation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

alphapadding_permutation

Remix of the permutation ciphers' design for better security

I tried to solve the issue of frequency analysis and brute force attacks by joining padding and the alphabet matching (I called it the alpha-padding)

Alpha-padding: During the permutation, the permuted letters are to their position in the alphabet which at its turn padded. At the end, each block gives a sequence of number which is substracted. At the end, I substract a variable that I call the sub_padding parameter (cumulative sequence of the padding parameter after a finite round) from the result.

About

Remix of the permutation ciphers' design for better security

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published