Skip to content
View MrkFrcsl98's full-sized avatar
  • Order Of The Dragon
  • Молдова
  • Joined Mar 10, 2025

Block or report MrkFrcsl98

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. AES_algorithm AES_algorithm Public

    AES(Advances-Encryption-Standard) algorithm

    C++

  2. DES_algorithm DES_algorithm Public

    implementation of DES algorithm, DES is by now obsolete and not-secure, this is not intended for critical-security implementations.

    C++

  3. GSM-A1-protocol GSM-A1-protocol Public

    implementation of GSM-A1 family communication protocol, used in mobile communication.

    C++

  4. historical_ciphers historical_ciphers Public

    implementation of notorious hostorical ciphers, ceasar cipher, affine cipher, vigenere cipher, etc...

    C++

  5. LFSR LFSR Public

    demo using LFSR(linear-feedback-shift-register)'s, no implementation of A5/[1/2] family

    C++

  6. RNGs RNGs Public

    PRNG(Pseudo-Random-Number-Generator), TRNG(True-Random-Number-Generator), CSPRNG(Cryptographically-Secure-Pseudo-Random-Number-Generator)

    C++