Skip to content

Instantly share code, notes, and snippets.

View chrinor2002's full-sized avatar

Chris Reid chrinor2002

View GitHub Profile
### Keybase proof
I hereby claim:
* I am chrinor2002 on github.
* I am chrinor2002 (https://keybase.io/chrinor2002) on keybase.
* I have a public key whose fingerprint is 3454 B7C4 DAAE 1BBD 1578 A4A7 5FEA 425D F900 F55A
To claim this, I am signing this object:
@chrinor2002
chrinor2002 / bash
Last active December 2, 2016 15:38
// Create a 8bits x 16bytes = 128bit key
node -e "console.log( require('crypto').randomBytes(16).toString('hex') );"