Skip to content

Commit f2fad94

Browse files
committed
Added cipher service to encrypt and decrypt message content
1 parent e4024b5 commit f2fad94

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ import "github.com/NdoleStudio/httpsms-go"
3535
- [x] `GET /v1/heartbeats`: Get the heartbeats of an Android Phone
3636
- [x] **Message Threads**
3737
- [x] `GET /v1/message-threads`: Get the message threads of a phone number
38+
- [x] **Cipher**
39+
- [x] `Encrypt`: Encrypt the content of a message to cipher text
40+
- [x] `Decrypt`: Decrypt an encrypted message content to plain text
3841

3942

4043
## Usage

0 commit comments

Comments
 (0)