Skip to content

Instantly share code, notes, and snippets.

View heinhtet8X's full-sized avatar
🐐
oh my goat!

Hein Htet Aung heinhtet8X

🐐
oh my goat!
View GitHub Profile
@heinhtet8X
heinhtet8X / Encryption.js
Created November 9, 2024 16:24 — forked from alaminfirdows/Encryption.js
Encrypt and decrypt between programming languages (PHP & JavaScript).
/**
* Encryption class for encrypt/decrypt that works between programming languages.
*
* @author Vee Winch.
* @link https://stackoverflow.com/questions/41222162/encrypt-in-php-openssl-and-decrypt-in-javascript-cryptojs Reference.
* @link https://github.com/brix/crypto-js/releases crypto-js.js can be download from here.
*/
class Encryption {
@heinhtet8X
heinhtet8X / CountryCodes.json
Created September 26, 2024 18:18 — forked from anubhavshrimal/CountryCodes.json
Country and Dial or Phone codes in JSON format
[
{
"name": "Afghanistan",
"dial_code": "+93",
"code": "AF"
},
{
"name": "Aland Islands",
"dial_code": "+358",
"code": "AX"