Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/sentryco/Cipher
Browse files Browse the repository at this point in the history
  • Loading branch information
eonist committed Jan 14, 2025
2 parents 7a65c23 + 637cee2 commit da39586
Showing 1 changed file with 16 additions and 17 deletions.
33 changes: 16 additions & 17 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,21 @@ Cipher is a Swift encryption library that acts as a simplified wrapper around Ap

## Table of Contents

- [Cipher 🔏](#cipher-)
- [Why Cipher?](#why-cipher)
- [Key Features](#key-features)
- [Installation](#installation)
- [Examples](#examples)
- [Generating Keys](#generating-keys)
- [Creating a Shared Key for End-to-End Encryption](#creating-a-shared-key-for-end-to-end-encryption)
- [Encrypting and Decrypting Data with a Password](#encrypting-and-decrypting-data-with-a-password)
- [Real-World Scenario: Secure Messaging](#real-world-scenario-secure-messaging)
- [Exporting and Importing Keys](#exporting-and-importing-keys)
- [Working with Salt](#working-with-salt)
- [Cryptographic Best Practices](#cryptographic-best-practices)
- [Resources](#resources)
- [Other Encryption Libraries](#other-encryption-libraries)
- [Related Encryption Libraries](#related-encryption-libraries)
- [Todo](#todo)
- [Why Cipher?](#why-cipher)
- [Key Features](#key-features)
- [Installation](#installation)
- [Examples](#examples)
- [Generating Keys](#generating-keys)
- [Creating a Shared Key for End-to-End Encryption](#creating-a-shared-key-for-end-to-end-encryption)
- [Encrypting and Decrypting Data with a Password](#encrypting-and-decrypting-data-with-a-password)
- [Real-World Scenario: Secure Messaging](#real-world-scenario-secure-messaging)
- [Exporting and Importing Keys](#exporting-and-importing-keys)
- [Working with Salt](#working-with-salt)
- [Cryptographic Best Practices](#cryptographic-best-practices)
- [Resources](#resources)
- [Other Encryption Libraries](#other-encryption-libraries)
- [Related Encryption Libraries](#related-encryption-libraries)
- [Todo](#todo)

**Why Cipher?**

Expand Down Expand Up @@ -200,7 +199,7 @@ do {
- Use a unique salt for each encryption operation.
- Store or transmit the salt securely alongside the ciphertext.
- Avoid using predictable or static values for the salt.
```

> **Note**: Ensure the salt is stored or transmitted securely alongside the ciphertext for decryption.
Expand Down

0 comments on commit da39586

Please sign in to comment.