Skip to content
View ardraayyappath's full-sized avatar
  • Palo Alto Networks
  • Santa Clara

Block or report ardraayyappath

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
ardraayyappath/README.md

I’m a Staff Security Engineer at Palo Alto Networks, working in identity and software development. You can reach out to me at ardraayyappath@gmail.com

Pinned Loading

  1. Cryptopals Cryptopals Public

    Cryptopals Crypto Challenges

    Go

  2. chainsaw chainsaw Public

    Go

  3. AES-and-RSA-for-secure-network-communications AES-and-RSA-for-secure-network-communications Public

    Used AES and RSA for secure network communications and analysed the performance of the openSSL implementations of both algorithms. Used socket programming in C for communication between the server…

    C 1

  4. Correlation-Power-Analysis-Attack Correlation-Power-Analysis-Attack Public

    Implemented a correlation power analysis (CPA) attack and recovered a full round key used in an AES encryption process, with a set of power traces of the 128-bit AES core running on an FPGA board a…

    Python

  5. Acoustic-Emanation-Attack Acoustic-Emanation-Attack Public

    An attack to steal the secret from an audio recording of keyboard typings

    Python 1

  6. Reliable-Transport-Protocols Reliable-Transport-Protocols Public

    The three reliable data transport protocols: Alternating-Bit (ABT), Go-Back-N (GBN), and Selective-Repeat (SR), have been implemented in the given simulator, and the performance of the three has be…

    C++