Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RomRL authored Feb 29, 2024
1 parent cdff684 commit 5b3659f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,3 @@ Follow the on-screen instructions to send and receive encrypted messages.
1. **Alice sends a message to Bob**: Alice writes her message and the application encrypts it using Serpent with a key exchanged via El-Gamal. It then signs the message with Alice's ECDSA private key.
2. **Bob receives Alice's message**: Upon receiving the message, Bob's application verifies the signature using Alice's public key, decrypts the message using the symmetric key, and displays the original message.

## Security Considerations

- Keep your private keys secure and never share them.
- Regularly update your encryption and signature algorithms to combat vulnerabilities.
- Use a secure channel for the initial exchange of public keys.

0 comments on commit 5b3659f

Please sign in to comment.