Skip to content
View virgilhem's full-sized avatar

Block or report virgilhem

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

Pinned Loading

  1. padding oracle attack on AES-CBC wit... padding oracle attack on AES-CBC with PKCS#7 padding
    1
    import argparse
    2
    from Crypto.Cipher import AES
    3
    from Crypto.Random import get_random_bytes
    4
    
                  
    5
    
                  
  2. obtain expected PCR 7 value for secu... obtain expected PCR 7 value for secure boot
    1
    #!/bin/bash
    2
    PK=/path/to/PK.esl
    3
    KEK=(/path/to/KEK1.esl /path/to/KEK2.esl)
    4
    DB=(/path/to/db1.esl /path/to/db2.esl)
    5
    
                  
  3. sandbox-x11 sandbox-x11 Public

    Sandboxing tools for X11

    Shell