Skip to content

Skeleton-Hacker/Encrypt1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Encrypt1

This repository provides an encryption tool to secure your files. Even if someone gains access, they won't be able to read them without the decryption key.

This encrypting method works by having two public and two private keys - both in the form of a string and a prime number. The user can choose the string and the prime that he wants public. The reason the encryption is secure is the existence of the private keys, which act like passwords. The user remembers them and inputs them on being asked. Thus, each encrypted message/file can have a separate prime and/or string.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages