a program for encrypting data arrays using the synchronous encryption method
-
Updated
Dec 9, 2025 - C++
a program for encrypting data arrays using the synchronous encryption method
A Secure encryption Algorithm which allows you to hardly encrypt and decrypt your files in a safer way, By using a unique machenism Known as "Calendar Integral Pushing", Which is this.
Python binding for SEAL Library with latest version. It includes all the advanced features that official C++ library provides.
Проект по дисциплине "01.04: Системное программирование". Программа представляет собой шифратор пользовательской строки на кириллице и латинице шифром Цезаря.
Simply put, XOR (pronounced “exclusive or”) cipher is an additive cypher. It is based on the XOR operation (also known as the exclusive disjunction) in logic. As a logical operation, XOR is also called modulus 2 addition. In XOR operation, the output is true when the inputs differ.
A customizable text editor shell interface for interfacing with .txt files (read,write,encrypt,decrypt,edit). Includes file encryption.
A C++ Encryption Library
A C++ implementation of the Vigenère cipher
IBM Fully Homomorphic Encryption Toolkit For Linux. This toolkit is a Linux based Docker container that demonstrates computing on encrypted data without decrypting it! The toolkit ships with two demos including a fully encrypted Machine Learning inference with a Neural Network and a Privacy-Preserving key-value search.
Basic string encryption in C++
Encrypts each char value by scrambling the digits using a master password you give it. More in readme.
a simple password manager
This program is developed to encrypt the message using a key and same key is used to decrypt the message, using different key will not be able to decrypt the message.
Encryption and Decryption Caesar Cipher Algorithm, that written by C language. I created this program only for finding about hoyoverse tweet
Caesar Cipher encryption algorithm implementation with C++.
A versatile command-line tool in C++ that provides a collection of cipher methods for encrypting and decrypting messages. With a user-friendly interface, users can choose from a range of classical ciphers to enhance security and protect their communications."
C++ AES-128 encryption header for text and files.
Homomorphic Encryption PIR Postgres C/C++ Agregate Extension.
encryption - decryption algorithm implementation using strings libirary and using bits operations
Add a description, image, and links to the encryption-algorithms topic page so that developers can more easily learn about it.
To associate your repository with the encryption-algorithms topic, visit your repo's landing page and select "manage topics."