Skip to content
View AACioffi's full-sized avatar
๐ŸŒด
On vacation
๐ŸŒด
On vacation
  • EPFL
  • Geneva
  • 17:15 (UTC +02:00)

Organizations

@SwentProj2025

Block or report AACioffi

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.

Content in all repositories owned by your account will be closed.
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
AACioffi/README.md

Hi, I'm Alessandro ๐Ÿ‘‹

CS graduate from EPFL (BSc, July 2026), starting the joint EPFL-ETHZ Master's in Cybersecurity this September. Interested in post-quantum cryptography and applied security.

Project highlights

  • ๐Ÿ” DenCrypter: originally an exploration of Python's cryptography library, now a CLI tool for key generation and authenticated file encryption/decryption (AES-GCM, ChaCha20-Poly1305)

  • โš›๏ธ iqip-werner-chsh-analysis: Qiskit/PennyLane study of Werner states through the Peres criterion and CHSH inequality, showing the three regimes where entanglement and Bell nonlocality come apart (COM-309, Introduction to Quantum Information Processing)

  • ๐Ÿงฒ iqc-hamiltonian-simulation: first-order Trotter simulation of the transverse-field Ising model on a ring of qubits, run on both Qiskit's simulator and IQM Garnet hardware via qBraid (CS-308, Introduction to Quantum Computation)

  • ๐Ÿ“ฑ gatherly: Android productivity + social app for EPFL students, built with Kotlin/Jetpack Compose and Firebase over 10 sprints by a team of 7 (CS-311, The Software Enterprise)

Links

Pinned Loading

  1. iqip-werner-chsh-analysis iqip-werner-chsh-analysis Public

    Quantum information processing project on the Werner state. (EPFL COM-309, 2025)

    Jupyter Notebook

  2. iqc-hamiltonian-simulation iqc-hamiltonian-simulation Public

    Quantum computation project on Trotter Hamiltonian simulation applied to the transverse-field Ising model. (EPFL CS-308, 2026)

    Jupyter Notebook

  3. SwentProj2025/gatherly SwentProj2025/gatherly Public

    Productivity and social app for EPFL students. (EPFL CS-311, 2025)

    Kotlin

  4. dencrypter dencrypter Public

    CLI file encryption tool in Python using AES-GCM and ChaCha20-Poly1305 (Personal project, 2026).

    Python