Skip to content

Instantly share code, notes, and snippets.

View alvaroabascar's full-sized avatar

Álvaro Abella Bascarán alvaroabascar

View GitHub Profile
#!/bin/bash
NOW=$(date +"%Y-%m-%d-%H%M")
WWW_DIR=""
DB_USER=""
DB_PASS=""
DB_NAME=""
DB_HOST=""
BACK_DIR="/root/back/$DB_NAME"

Keybase proof

I hereby claim:

  • I am alvaroabascar on github.
  • I am alvaroabascar (https://keybase.io/alvaroabascar) on keybase.
  • I have a public key whose fingerprint is F3AB E4E6 2F5F C6D2 2CFD B942 44B1 4E7D 3DB5 F734

To claim this, I am signing this object:

@alvaroabascar
alvaroabascar / js-crypto-libraries.md
Created March 21, 2016 15:12 — forked from jo/js-crypto-libraries.md
List of JavaScript Crypto libraries.

JavaScript Crypto Libraries

I start with a list and plan to create a comparison table.

WebCryptoAPI

http://www.w3.org/TR/WebCryptoAPI/

This specification describes a JavaScript API for performing basic cryptographic operations in web applications, such as hashing, signature generation and verification, and encryption and decryption. Additionally, it describes an API for applications to generate and/or manage the keying material necessary to perform these operations. Uses for this API range from user or service authentication, document or code signing, and the confidentiality and integrity of communications.