Skip to content

Commit

Permalink
Added cipher service to encrypt and decrypt message content
Browse files Browse the repository at this point in the history
  • Loading branch information
AchoArnold committed Jan 21, 2024
1 parent e4024b5 commit f2fad94
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ import "github.com/NdoleStudio/httpsms-go"
- [x] `GET /v1/heartbeats`: Get the heartbeats of an Android Phone
- [x] **Message Threads**
- [x] `GET /v1/message-threads`: Get the message threads of a phone number
- [x] **Cipher**
- [x] `Encrypt`: Encrypt the content of a message to cipher text
- [x] `Decrypt`: Decrypt an encrypted message content to plain text


## Usage
Expand Down

0 comments on commit f2fad94

Please sign in to comment.