Skip to content

0x003F/JavaAES_256GCM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 

Repository files navigation

This is a Java class that performs the encryption of a string using the AES-256 GCM algorithm.

I wrote this class modifying the code provided by Bharath R. on his specific article on Medium (https://medium.com/@bh03051999/aes-gcm-encryption-and-decryption-for-python-java-and-typescript-562dcaa96c22).

The class provides two static methods to obtain the cyphered or decyphered message passing to them the proper string and the masterkey. It also provides the necessary methods and constructors to manage the encryption or decryption of a message using the previously-instantiated JavaAES_256GCM object.

About

A simple and open-source Java class to encrypt strings using the AES-256 GCM standard.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages