Skip to content

Instantly share code, notes, and snippets.

@ericabell
ericabell / 0_reuse_code.js
Created June 25, 2017 16:18
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
@ericabell
ericabell / rsa.py
Created January 15, 2017 02:35
A simple RSA implementation in Python
'''
620031587
Net-Centric Computing Assignment
Part A - RSA Encryption
'''
import random
'''