Skip to content

Instantly share code, notes, and snippets.

View arviedelgado's full-sized avatar
🤖
Coding somewhere

Arvie Delgado arviedelgado

🤖
Coding somewhere
View GitHub Profile
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Security.Cryptography;
namespace SystemSecurityCryptography
{
/// <summary>
/// https://docs.microsoft.com/en-us/dotnet/api/system.security.cryptography.aescryptoserviceprovider?view=netframework-4.8
using System;
using System.Collections.Generic;
using System.Security.Cryptography;
using System.Text;
namespace SystemSecurityCryptography
{
public class RSA
{
private string _publicKey;
using System;
using System.Diagnostics;
using System.IO;
using System.Threading.Tasks;
namespace TesseractOcr
{
class Program
{
static async Task Main(string[] args)
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Drawing;
using System.Drawing.Imaging;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;