Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jan 22, 2023. It is now read-only.

AES Encryption and Decryption implementation for CT303 - Basis of Information Integrity and Security - Academy of Cryptography Techniques

Notifications You must be signed in to change notification settings

cloudmadeofcandy/AES_implementation

Repository files navigation

AES_implementation

(削除) If you wish to encrypt or decrypt strings, I did push the app onto heroku :3 (削除ここまで)

(削除) link: http://floating-ridge-18343.herokuapp.com/ (削除ここまで)

Since December 2022, Heroku now no longer allows free dynos, subsequently every app on Heroku free plan is defuncted.

I have deployed the app on Vercel. link: https://quansaesimplementation.vercel.app/

AES Encryption and Decryption implementation for CT303 - Basis of Information Integrity and Security - Academy of Cryptography Techniques.

To use the program, please pay attention to the 2 functions/APIs in file AES.py.

The function aesEncrypt(state, cypherkey), takes 2 arguments:

  • state: a plaintext of unknown length.
  • cypherkey: another string, serves as the input for the keyExpansion stage.

The function should return a cyphertext.

The function aesDecrypt(state, cypherkey), takes 2 arguments:

  • state: a plaintext of unknown length.
  • cypherkey: another string, serves as the input for the keyExpansion stage.

The function should return the plaintext.

"Quân muốn đi chơi, ai đưa Quân đi chơi thì Quân sẽ rất hạnh phúc :3"

About

AES Encryption and Decryption implementation for CT303 - Basis of Information Integrity and Security - Academy of Cryptography Techniques

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

AltStyle によって変換されたページ (->オリジナル) /