Skip to content

Instantly share code, notes, and snippets.

View muhammetozeski's full-sized avatar

Muhammet Mustafa Özeski muhammetozeski

View GitHub Profile
@pnhoang
pnhoang / howto-download-youtube-videos.md
Last active July 4, 2024 03:18
How to download ALL videos of ANY YouTube Channel
@viruseg
viruseg / .Encrypting & Decrypting (file, string, byte array) in C#, NET 8.0 and Unity.cs
Last active April 3, 2024 19:22
Encrypting & Decrypting (file, string, byte array) in C#, NET 8.0 and Unity
//The code is based on the code from here: https://stackoverflow.com/a/10177020/1221983
//And adapted for NET 8 and Unity.
//Reduced memory consumption.
//Added possibility to encrypt byte arrays, not only strings.
//You can also attach custom data that will not be encrypted.
var password = "nso%dhfkl$siohf";
var str = "This is test string!№;%^#@^&";