Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

ARS_ENCRYPT is a modified caesar's-cipher-based encrypt system written in C++.

NotificationsYou must be signed in to change notification settings

dawnl3ss/ARS_ENCRYPT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚒ ARS_ENCRYPT is a modified caesar's-cipher-based encrypt system written in C++.
🔐 ARS_ENCRYPT contains 6 layers of security and a decrypt system.

📌 Usage : (example.cpp)

#include<iostream>#include"ars.cpp"intmain(){// Test encrypt :    std::string encrypt_text =encrypt("azerty1234", security.STANDARD_SEC_1);    std::cout << encrypt_text << std::endl;// Test decrypt :    std::string decrypt_text =decrypt(encrypt_text, security.STANDARD_SEC_1);    std::cout << decrypt_text << std::endl;return0;}

Require thears.cpp file and use the functions encrypt() & decrypt()
Security layer goes from 1 to 6. Check in thestandard_security.cpp file.

About

ARS_ENCRYPT is a modified caesar's-cipher-based encrypt system written in C++.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp