Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented all crypto utilites. #1

Merged
merged 11 commits into from
Sep 11, 2019
Merged

Implemented all crypto utilites. #1

merged 11 commits into from
Sep 11, 2019

Commits on Aug 11, 2019

  1. Add gitignore

    Start utils functions
    Start crypto functions
    painor authored and painor committed Aug 11, 2019
    Configuration menu
    Copy the full SHA
    d73ddd8 View commit details
    Browse the repository at this point in the history
  2. Start utils functions

    Start crypto functions
    painor authored and painor committed Aug 11, 2019
    Configuration menu
    Copy the full SHA
    d462c97 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2019

  1. Implement IGE encryption and decryption

    implemented without using any other C modules. Inspired by the telethon module.
    painor authored Sep 11, 2019
    Configuration menu
    Copy the full SHA
    0450710 View commit details
    Browse the repository at this point in the history
  2. Implemented the Factorizator

    This was tested and hopefully, it's working as intended.
    painor authored Sep 11, 2019
    Configuration menu
    Copy the full SHA
    6152143 View commit details
    Browse the repository at this point in the history
  3. Implemented AuthKey.

    With this, the crypto package has been finished.
    painor authored Sep 11, 2019
    Configuration menu
    Copy the full SHA
    bece4fa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff5888b View commit details
    Browse the repository at this point in the history
  5. Javascript's Buffer is enough

    painor authored Sep 11, 2019
    Configuration menu
    Copy the full SHA
    3421e7e View commit details
    Browse the repository at this point in the history
  6. Javascript's Buffer is enough

    painor authored Sep 11, 2019
    Configuration menu
    Copy the full SHA
    a7acb56 View commit details
    Browse the repository at this point in the history
  7. Add getRandomInt to helpers.

    painor authored Sep 11, 2019
    Configuration menu
    Copy the full SHA
    f8f5e81 View commit details
    Browse the repository at this point in the history
  8. Implement RSA

    painor authored Sep 11, 2019
    Configuration menu
    Copy the full SHA
    ef1ea97 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b9d5915 View commit details
    Browse the repository at this point in the history