- 0
encryption [Concept] would this encryption method work
-
Recently Browsing 0 members
- No registered users viewing this page.
-
Similar Content
-
- 0 replies
- 0 views
-
Telegram CEO says French authorities demanded a backdoor to access users' messages
By Hamid Ganji,
- telegram
- pavel durov
- (and 3 more)
- 8 replies
- 0 views
-
Rights groups demand public hearing on Apple's appeal over the UK's secret iCloud backdoor
By David Uzondu,
- apple
- encryption
- (and 5 more)
- 4 replies
- 0 views
-
The U.K. government can now access your iCloud data after forcing Apple to weaken encryption
By Karthik Mudaliar,
- 17 replies
- 0 views
-
The U.K. government wants to spy on you via an iCloud backdoor and is seeking Apple's help
By David Uzondu,
- apple
- uk government
- (and 3 more)
- 13 replies
- 0 views
-
Question
gohpep
I was thinking of a secure encryption key generation method for privately storing files on public servers, for example, OneDrive.
When the user creates their account, the password is used in a key generation method unique to each user, to create an encryption key. Their stored password on the server (and all of their files) are encrypted using this key. To login, the user enters their password, and the system checks if it is the right one by generating a key using the same key generation method using the entered password. It then decrypts the encrypted password file, and sees if the entered password matches the stored password. If their password is correct, it will generate the correct key which will decrypt the password file with the correct password, and if the password is incorrect, it will generate a wrong key which will decrypt the password file to gibberish.
Not wondering how to code this, but if it would conceptually work.
Link to comment
https://www.neowin.net/forum/topic/1230473-concept-would-this-encryption-method-work/Share on other sites
3 answers to this question
Recommended Posts