paper-with-me

홈 › Papers

Secure Text Mail Encryption with Generative Adversarial Networks

2025-04-08 · Alexej Schelle

This work presents an encryption model based on Generative Adversarial Networks (GANs). Encryption of RTF-8 data is realized by dynamically generating decimal numbers that lead to the encryption and decryption of alphabetic strings in integer representation by simple addition rules, the modulus of the dimension of the considered alphabet. The binary numbers for the private dynamic keys correspond to the binary numbers of public reference keys, as defined by a specific GAN configuration. For reversible encryption with a bijective mapping between dynamic and reference keys, as defined by the GAN encryptor, secure text encryption can be achieved by transferring a GAN-encrypted public key along with the encrypted text from a sender to a receiver. Using the technique described above, secure text mail transfer can be realized through component-wise encryption and decryption of text mail strings, with total key sizes of up to $10^{8}$ bits that define random decimal numbers generated by the GAN. From the present model, we assert that encrypted texts can be transmitted more efficiently and securely than from RSA encryption, as long as users of the specific configuration of the GAN encryption model are unaware of the GAN encryptor circuit and configuration, respectively.

📄 PDF Abstract BibTeX arXiv:2504.07140

Code (1)

alexej-schelle/TextmailEncryption/tree/main/release

Similar Papers 제목 키워드 기반

CryptoGRU: Low Latency Privacy-Preserving Text Analysis With GRU

2020-10-22 · EMNLP 2021 11 · Bo Feng, Qian Lou, Lei Jiang, Geoffrey C. Fox

Billions of text analysis requests containing private emails, personal text messages, and sensitive online reviews, are processed by recurrent neural networks (RNNs) deployed on public clouds every day. Although prior se…

Privacy Preserving

Privacy-Preserving Spam Filtering using Functional Encryption

2020-12-08 · Sicong Wang, Naveen Karunanayake, Tham Nguyen, Suranga Seneviratne

Traditional spam classification requires the end-user to reveal the content of its received email to the spam classifier which violates the privacy. Spam classification over encrypted emails enables the classifier to cla…

ClassificationGeneral ClassificationPrivacy Preserving

Semantic, Efficient, and Secure Search over Encrypted Cloud Data

2020-02-24 · Fateh Boucenna

Companies and individuals demand more and more storage space and computing power. For this purpose, several new technologies have been designed and implemented, such as the cloud computing. This technology provides its u…

Cloud Computing

GRNN: Generative Regression Neural Network -- A Data Leakage Attack for Federated Learning

2021-05-02 · Hanchi Ren, Jingjing Deng, Xianghua Xie

Data privacy has become an increasingly important issue in Machine Learning (ML), where many approaches have been developed to tackle this challenge, e.g. cryptography (Homomorphic Encryption (HE), Differential Privacy (…

Federated LearningGenerative Adversarial Networkimage-classificationImage Classification+1

Fully Homomorphic Encryption on Llama 3 model for privacy preserving LLM inference

2026-04-14 · Anes Abdennebi, Nadjia Kara, Laaziz Lahlou arxiv

The applications of Generative Artificial Intelligence (GenAI) and their intersections with data-driven fields, such as healthcare, finance, transportation, and information security, have led to significant improvements …

Text Generation