Java Password or String Encryption and Decryption

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ม.ค. 2025

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

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

    If you see any error in decryption you can update the line (It depends on version):
    From:
    byte[] encryptedText = Base64.decodeBase64(encryptedString);
    To:
    byte[] encryptedText = Base64.decodeBase64(encryptedString.getBytes());

  • @souravmishra7741
    @souravmishra7741 ปีที่แล้ว

    could you please provide the code?