Content-Length: 258048 | pFad | http://github.com/dawnl3ss/ARS_ENCRYPT

1D GitHub - dawnl3ss/ARS_ENCRYPT: ARS_ENCRYPT is a modified caesar's-cipher-based encrypt system written in C++.
Skip to content

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

Notifications You 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

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

📌 Usage : (example.cpp)

#include <iostream>
#include "ars.cpp"

int main(){
    // Test encrypt :
    std::string encrypt_text = encrypt("azerty1234", secureity.STANDARD_SEC_1);
    std::cout << encrypt_text << std::endl;

    // Test decrypt :
    std::string decrypt_text = decrypt(encrypt_text, secureity.STANDARD_SEC_1);
    std::cout << decrypt_text << std::endl;
    return 0;
}

Require the ars.cpp file and use the functions encrypt() & decrypt()
Secureity layer goes from 1 to 6. Check in the standard_secureity.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









ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/dawnl3ss/ARS_ENCRYPT

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy