- 0
encryption [Concept] would this encryption method work
-
Recently Browsing 0 members
- No registered users viewing this page.
-
Similar Content
-
Expert says XChat 'encryption' is misleading, since Elon Musk can still read your messages
By David Uzondu,
- 13 replies
- 0 views
-
Microsoft is now putting quantum encryption in Windows builds
By zikalify,
- microsoft
- encryption
- (and 16 more)
- 1 reply
- 0 views
-
- 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
-
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