8000 Joshokelola (Josh_) · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
View Joshokelola's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Joshokelola

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. buhms buhms Public

    Dart

  2. CODSOFT-INTERNSHIP CODSOFT-INTERNSHIP Public

    Dart

  3. Q_savings Q_savings Public

    Dart

  4. OtonyeR/veritag_app OtonyeR/veritag_app Public

    Dart 1

  5. A simple encryption algorithm, It ta... A simple encryption algorithm, It takes in a plaintext and a key. The key is used to encrypt as well as to decrypt.
    1
    import 'dart:math';
    2
    import 'dart:convert';
    3
    
                  
    4
    /// A service class that provides methods for encrypting and decrypting strings
    5
    /// using a custom algorithm. The encryption is case-sensitive and uses a key-based
0