Skip to content
View cbornstein's full-sized avatar

Block or report cbornstein

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. pymd5-collisions pymd5-collisions Public

    Two sample python programs with the same md5 hash to illustrate collision vulnerability.

    Python 6 2

  2. python-length-extension python-length-extension Public

    Python script to illustrate length extension vulnerability in URLs containing MD5

    Python 5 7

  3. cs558_s17_notes cs558_s17_notes Public

    Forked from asamborski/cs558_s17_notes

    Scribe Notes from BU CS558 Spring 2017 Offering

    HTML 1

  4. ctr-malleability ctr-malleability Public

    Python program that illustrates the malleability of block cipher encryption used in counter or CTR mode.

    Python 1

  5. python-vigenere python-vigenere Public

    Python program that recovers the 5-character key of a message encrypted with the Vigenere cipher using Chi-Sq analysis.

    Python

  6. matrix_mult matrix_mult Public

    Program to multiply two compatible integer matrices using a shared memory segment and IPC.

    C