Skip to content

Instantly share code, notes, and snippets.

View YungSamzy's full-sized avatar
😀
idk

SamzyDev YungSamzy

😀
idk
View GitHub Profile
@Oranzh
Oranzh / AES-256 encryption and decryption in PHP and C#.md
Created March 24, 2018 04:19
AES-256 encryption and decryption in PHP and C#

AES-256 encryption and decryption in PHP and C#

Update: There is a more secure version available. Details

PHP

<?php

$plaintext = 'My secret message 1234';