Skip to content

eNeM10/flutter_encryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter Encryption

includes AES, Fernet, Salsa20 and RSA Encryptions

A demo app showing how to implement encryption in your apps. This project uses encrypt package and Pointy Castle library.

All encryptions and decryptions are handled by encrypt package while the generation of asymmetric keys for RSA is done using the Pointy Castle library.

All the algorithms have their own helper files in the util folder.

RSA has one extra file: rsa_key_helper.dart: To handle generating asymmetric keys for RSA encryption/decryption.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages