Research & Development Projects

A collection of my work in cryptography, secure computing, and privacy-preserving technologies.

Professional Projects

DataArmorGate DB

DataArmorGate DB

2020-2023 Lead Developer

A database proxy application that enables users to perform SQL queries on encrypted data without storing the key to the database server. The contents of the database are always encrypted and all queries are performed over encrypted data only.

Homomorphic Encryption Database Security Rust gRPC
Viadesk

Viadesk

2012-2015 iOS Developer

A SaaS platform that connects people, information and processes, allowing everyone in an organization to communicate, collaborate and share knowledge. The intranet is mobile, guarantees the security of work, and integrates other tools and systems.

iOS Development Objective-C REST API SQLite

Research Projects

ELiPS

ELiPS: Efficient Library for Pairing-Based Cryptography

2016-2019 Lead Developer

An open-source library for efficient pairing-based cryptography, developed as part of my Ph.D. research. The library implements various pairing-friendly curves and optimized algorithms for scalar multiplication and pairing computation.

Elliptic Curve Cryptography Pairing-Based Cryptography C/C++ Open Source
Secure MPC Framework

Secure Multi-Party Computation Framework

2020-2022 Researcher

A framework for implementing secure multi-party computation protocols for privacy-preserving data analysis. The project focuses on optimizing communication and computation overhead in MPC protocols.

Secure MPC Privacy-Preserving Computing Python Rust