Skip to content
View ShujianDou's full-sized avatar
🎇
Exploring Literature
🎇
Exploring Literature

Organizations

@vrienstudios

Block or report ShujianDou

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
ShujianDou/README.md

Github profile picture

Chay

  • Languages I've used before: Nim, C#, C/C++, C++ with .NET (horror), Python
  • I got into this, when I was around 14-- I'm now in my early 20s, and still loving the ability to create and help others! If you have any questions and just happened upon my page, feel free to reach out or ask something! Even though I might not know the answer, perhaps we can brainstorm together. For, I often reached out to people on here with questions for my own projects.
  • Without those people, I would've probably never figured out how easy it actually was to circumvent the encryption of certain websites-- Someone shared with me how they guessed the keys, and I expanded on that to inspect the actual JS on the website. It no longer had to be a guess, if they changed anything, since I could simply follow what they wrote and figure out how the keys were created.

Pinned Loading

  1. nim-epub nim-epub Public

    An epub manipulation/creation library in Nim.

    Nim 3 2

  2. nim-HLSManager nim-HLSManager Public

    HLS Manifest/Stream reader created in nim; in use by vrienstudios/anime-dl

    Nim 2 1

  3. EVP_BytesToKey implementation in Nim... EVP_BytesToKey implementation in Nim. Returns the key and iv given a password and salt.
    1
    import std/[base64, strutils]
    2
    import checksums/md5
    3
    
                  
    4
    # AES-256 sizes; _password in plaintext form, and _salt in byte form.
    5
    proc evp_BytesToKey*(passwordz, saltz: string): tuple[key, iv: string] =
  4. vrienstudios/anime-dl vrienstudios/anime-dl Public

    Download anime, novels, manga, and other content for offline consumption.

    Nim 167 11

  5. vrienstudios/ADLCore vrienstudios/ADLCore Public

    The main backing library of the new anime-dl

    Nim 5

  6. vrienstudios/kyuick vrienstudios/kyuick Public

    Simple and crude 2d engine for GSG's

    Nim 2