- 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.
🎇
Exploring Literature
- Florida, US
Pinned Loading
-
nim-HLSManager
nim-HLSManager PublicHLS Manifest/Stream reader created in nim; in use by vrienstudios/anime-dl
-
EVP_BytesToKey implementation in Nim...
EVP_BytesToKey implementation in Nim. Returns the key and iv given a password and salt. 1import std/[base64, strutils]
2import checksums/md5
34# AES-256 sizes; _password in plaintext form, and _salt in byte form.
5proc evp_BytesToKey*(passwordz, saltz: string): tuple[key, iv: string] =
-
vrienstudios/anime-dl
vrienstudios/anime-dl PublicDownload anime, novels, manga, and other content for offline consumption.
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.