Skip to content

File security application created in C++ with a clean GUI.

License

Notifications You must be signed in to change notification settings

HojdaAdelin/SaveNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SaveNet

Secure your files with SaveNet. With its GUI created in CLI it's more easy to secure yourself.
Main features are encrypt, decrypt, .sn extension, view, clear & create files.

Build

First clone this repo, then click on .sln file to open the project.
Make sure to install VS before this step.
Now to build the project nav to Build->Build the project.
Also make sure that the build mode is Release & 64.

Functions

  • Encrypt file
  • Decrypt file
  • Generate secure file
  • Clear, delete, create, view, write to file
  • .sn extension use
  • Shortcuts
  • Local password
  • Password security
  • Usefull links
  • Change, delete, backup password

Local password

For better security and prevent potential hacker activity I decided to implement a local password.
This password will allow the user to open the SaveNet application.
For who don't know this password SaveNet won't be opened so unauthorized person can't decrypt secured files.

Encrypt & Decrypt

To encrypt & decrypt this project use an algorithm. This algorithm take a letter and convert into an ASCII code added by a calculation process.

TO DO

  • Dark theme
  • Manage theme
  • Default theme reconfig
  • Local password
  • Get local user name to login
  • New create file function

Notice

This application is only for educational proposal and if you really want to use this app wait for the MAIN RELEASE.