Added within chat search + updated readme

This commit is contained in:
Adhiraj
2020-07-11 12:25:49 +05:30
parent 5f54a9443c
commit 142a92cc49
5 changed files with 40 additions and 11 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ const decrypt = buffer => {
}
json.messages.forEach ((str, i) => {
const buffer = Buffer.from (str, 'hex')
const buffer = Buffer.from (str, 'base64')
try {
const [tag, json, binaryTags] = decrypt (buffer)
console.log (