Skip to content
View ryancdotorg's full-sized avatar

Block or report ryancdotorg

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
ryancdotorg/README.md

Pinned Loading

  1. brainflayer brainflayer Public

    A proof-of-concept cracker for cryptocurrency brainwallets and other low entropy key algorithms.

    C 952 471

  2. threshcrypt threshcrypt Public

    A password-based implementation of threshold encryption

    C 32 10

  3. backdoored rsa key generation backdoored rsa key generation
    1
    #!/usr/bin/env python
    2
    
                  
    3
    import sys
    4
    import gmpy
    5
    
                  
  4. storybits storybits Public

    JavaScript 27 11

  5. A FAT32 fragmenter, because I am a h... A FAT32 fragmenter, because I am a horrible person.
    1
    #!/usr/bin/env python
    2
      
    3
    import random
    4
    import struct
    5
    import sys
  6. freq freq Public

    Like `sort | uniq -c | sort -rn` but better

    Rust 61