Skip to content

Faheem41/bimbocrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

B I M B O C R Y P T


a symmetric encryption algorithm


WELCOME TO THE PROJECT
WHICH STARTED WITH A STUDENT
PRACTISING NEW THEORIES
LEARNED IN HIS NEW MATH BOOK


Implementations available in...

[ It is highly encouraged to share your implementations of the algorithm in other languages (guidelines)

Theory...

Let  TABLE1 = matrix (m, n)    <- original text
So   TABLE2 = TABLE1.transpose <- encrypted text
&    TABLE3 = TABLE2.transpose <- decrypted text
Here TABLE1 == TABLE2 ??? --> TRUE

Issues...

matrix (m, n), here m & n depends on the PASSWORD
Now, let x = length of matrix (m, n)
So, here the lowest possible value of m is 1, then highest possible value of n is x Thus, PASSWORD should be less than x, i.e. PASSWORD < x


Thanks for your time!!! Please suggest any update, any update that might level up its quality, its security. And for sure, the project is waiting for its implementation in some other language by you :) Once again, THANKS!


© 2021-2023 Md. Faheem Hossain fmhossain2941@gmail.com

About

An encryption decryption algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages