Code Monkey home page Code Monkey logo

flutter-rsa-cryptography-app's Introduction

Flutter RSA Cryptography App

This is a Flutter application that allows users to encrypt short messages using the RSA algorithm. Additionally, it offers features to generate new keys and manually add public keys.

Note: This application is built solely for practice and study purposes. It is not recommended to use this app to encrypt real sensitive data.

Features

  1. RSA Encryption:

    • Users can enter a short message and encrypt it using the RSA algorithm.
    • Encryption is performed based on a pair of keys (public/private).
  2. Key Generation:

    • The application allows the generation of new RSA key pairs.
    • Users can generate keys and store them within the app.
  3. Add Public Keys:

    • Users have the option to manually add public keys for use in message encryption.
    • Public keys added manually are saved locally within the app.

How to Use

  1. Encrypt Messages:

    • Select the appropriate keys (public/private).
    • Enter the message you want to encrypt.
    • Press the "Encrypt" button to generate the encrypted message.
  2. Generate New Keys:

    • Tap "Generate Keys" to obtain a new RSA key pair.
  3. Add Public Keys:

    • Tap "Add Public Key" to store it in the app.

How to run

  1. Clone the repository:

    git clone https://github.com/Althierfson/Flutter-RSA-Cryptography-App.git
  2. Navigate to the project directory:

    cd Flutter-RSA-Cryptography-App
  3. Run the application:

    flutter run

License

This project is licensed under the MIT License.

flutter-rsa-cryptography-app's People

Contributors

althierfson avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.