Skip to content

JamesLiao714/MatrixInverseEncryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Encryption and Decryption using matrix-inverse (Engineering math)

Problem

The given key matrix is [[17, 17, 5], [21, 18, 21], [2, 2, 19]] , and plaintext is “paymoremoney”. You have to first generate the ciphertext and then plaintext from the ciphertext.

Code

  1. Please refer to matrix_crypt.py
  2. Using matrix inverse method without packages

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages