Skip to content
View Stefanene's full-sized avatar
💭
Grinding School
💭
Grinding School
  • CA & OR

Block or report Stefanene

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

Hi there 👋, I'm Stefan Gabriel Ene

I am an MS CS Systems student at Stanford University🌲, improving every day on my OS and secure systems development.

  • 🔭 I’m currently working on a privacy-preserving system for secure cloud LLM queries and on a custom lightweight OS.
  • 🌱 I’m currently learning privacy-preserving systems and blockchain technologies.

Connect with me:

Email: stef_an_ene@outlook.com

LinkedIn: https://linkedin.com/in/stefan-gabriel-ene-429a34235

Instagram: https://instagram.com/stef_an_ene

Languages and Skills:

C Linux Nvim Assembly git Python Numpy Numba PyTorch Java JavaScript CSS3 HTML5 React NodeJS NPM TDX

Projects:

☁️SecureLLM

This project addresses secure communication with cloud LLMs using secured virtual machine (VM) environments. Making use of privacy concepts like public-key encryption, oblivious RAM, and private information retrieval, the aim of this project is to to improve the privacy of queries made to cloud LLM providers. The idea is for various users to send encrypted queries to a trusted execution environment, which performs its secure pre-processing steps. This Trusted Execution Environment (TEE) then sends anonymized queries to external LLM, then re-encrypts responses to send back to the user.

securellm_fig

💻Chloros User Threads Library

This project was my first experience with low-level code within one of my first Operating Systems courses. This C program uses process forking to execute a few UNIX terminal commands, including ls, cat, cd, mkdir, exit, pipeline operators, and other process signals

Setups:

image

Popular repositories Loading

  1. secure-llm secure-llm Public

    Python 2

  2. javaProjects javaProjects Public

    Java

  3. GuessingGame GuessingGame Public

    C++

  4. Palindrome Palindrome Public

    c++

    C++

  5. TicTacToe TicTacToe Public

    C++ project

    C++

  6. StudentList StudentList Public

    C++ project (structs, pointers, vectors)

    C++