Skip to content
This repository has been archived by the owner on Apr 1, 2022. It is now read-only.

BlauFx/Bluecrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bluecrypt

Getting started

git clone https://github.com/BlauFx/Bluecrypt.git

build and run:

dotnet run --project Bluecrypt

Parameters

--hash              Checks if the provided hashfile equals the password. If the hashfile and the password are equal then the program will continue the execution, if not it will abort. This is useful if you have a file that you want to encrypt each time with the same password but you also want to make sure that the provided password is correct in case you accidentally provided a wrong password.  
--generate-hash    Generate a hash on startup. A "passwordhashSHA512.txt" file is going to be generated in the same location where the executable is located. If the "passwordhashSHA512.txt" file is already present, it will be overwritten each time, so be cautious!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages