Data Encryption using CryptoJS | Setup and Application | Chat App Part 4 | React Native

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ธ.ค. 2024

ความคิดเห็น • 7

  • @CodeDucker
    @CodeDucker  2 ปีที่แล้ว

    Whole Playlist: th-cam.com/play/PLioNPd1bQsQ3Cde5Hu40wMNLMEkCUNgG_.html

  • @xus1218
    @xus1218 ปีที่แล้ว +1

    app returns an error if it tries to decrypt itemData from an empty database so i fixed it with
    itemData.item.message ? Decrypt(itemData.item.message) : console.log("no messages in database")
    to not decrypt itemData if it is null
    please tell me if there's a better way fix to the error, ty!

  • @arshiyanaz2675
    @arshiyanaz2675 2 ปีที่แล้ว

    is this key is mandotary to encryt or decrypt the data?

  • @arshiyanaz2675
    @arshiyanaz2675 2 ปีที่แล้ว

    is key is required to encryt or decyprt? or its optional

    • @CodeDucker
      @CodeDucker  2 ปีที่แล้ว

      Yes… just like a password