Skip to content

Instantly share code, notes, and snippets.

View lambirou's full-sized avatar
🏠
Working from home

Roland Edi lambirou

🏠
Working from home
View GitHub Profile
@lambirou
lambirou / gist:f6c366b22955c099eccd160e058205b8
Last active September 29, 2025 13:23
CI/CD : Automatic deployment with Github Actions

Automatic deployment from Github

Use github action to use CI/CD to deploy automatically your project from Github to your server.

Prerequisites

  • Git
  • SSH
  • Github account
@alaminfirdows
alaminfirdows / Encryption.js
Created April 5, 2020 18:48 — forked from ve3/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 {