Skip to content

Instantly share code, notes, and snippets.

View loganmay's full-sized avatar

Logan May loganmay

View GitHub Profile
@loganmay
loganmay / learning-computer-security.md
Last active March 20, 2020 03:01 — forked from nfarrar/learning-computer-security.md
Learning Computer Security

Learning Computer Security

About This Guide

This is an opinionated guide to learning about computer security (independently of a university or training program), starting with the absolute basics (suitable for someone without any exposure to or knowledge of computer security) and moving into progressively more difficult subject matter.

It seems that most people don't realize how much information is actually available on the internet. People love to share (especially geeks) and everything you need to become well versed in computer security is already available to you (and mostly for free). However, sometimes knowing where to start is the hardest part - which is the problem that this guide is intended to address. Therefore, this guide can accuratley be described as a 'guide to guides', with additional recommendations on effective learning and execises, based on my own experiences.

Many of the free resources are the best resources and this guide focuses on them. It is intended to provided a comprehensive

@loganmay
loganmay / Vigenere Cipher
Last active February 1, 2017 02:24
A java class for encrypting, decrypting, and breaking (with brute force) Vigenere ciphers.
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Author: Logan May
*
* Email: mayl2@misericordia.edu
*
* Twitter: @heyloganmay
*
* Last modified: 1/31/17
*