Skip to content

Instantly share code, notes, and snippets.

View alj1s's full-sized avatar
🦆
quack

Andrew Jones alj1s

🦆
quack
  • 20:49 (UTC +01:00)
View GitHub Profile
@alj1s
alj1s / keybase.md
Last active December 2, 2022 17:44

Keybase proof

I hereby claim:

  • I am alj1s on github.
  • I am ximenean (https://keybase.io/ximenean) on keybase.
  • I have a public key ASBTK4nG7XylmMPP3HngT67uTNHAv9BHbaSUCTaZWEWOqwo

To claim this, I am signing this object:

@alj1s
alj1s / gist:a0a9193b776f301997bb
Created November 11, 2014 08:12
Diffie Hellman key exchange using iSeries cryptographic APIs
#define CSP "1"
#define KEY_SIZE_IN_BITS 512
#define KEY_SIZE ( KEY_SIZE_IN_BITS / 8 )
void generate_key(char * public_key,
const char * client_key,
int client_key_len,
const char * parameters,
int param_len,
@alj1s
alj1s / 0_reuse_code.js
Created August 2, 2014 18:09
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console