GithubHelp home page GithubHelp logo

[v5.0.3][Web] decrypt incorrect about encrypt HOT 6 OPEN

zs-dima avatar zs-dima commented on August 16, 2024 3
[v5.0.3][Web] decrypt incorrect

from encrypt.

Comments (6)

tipu0710 avatar tipu0710 commented on August 16, 2024 1

Facing same issue on web. I'm using encrypt: ^5.0.3. It was working well before. Here is my code.

final _encrypter = Encrypter(
   AES(Key.fromUtf8('key')),
 );
 static final _iv = IV.fromLength(16);
String encrypt(String value) {
   final encrypted = _encrypter.encrypt(value, iv: _iv);
   return encrypted.base64;
 }

String decrypt(String value) {
   var decrypt = _encrypter.decrypt64(value, iv: _iv);
   return decrypt;
 }

from encrypt.

ArslanKhan99 avatar ArslanKhan99 commented on August 16, 2024 1

Same issue encryption is also wrong as when going to decrypt it its give symbols in return

from encrypt.

ArslanKhan99 avatar ArslanKhan99 commented on August 16, 2024

THIS ID DECRYPTED Value. This is printing console as it was working fine earlier �����Pl��fY�#��~675

from encrypt.

ArslanKhan99 avatar ArslanKhan99 commented on August 16, 2024

It is encryption seems okay but its also wrong because when try to decrypt it on server side it gives the same decrypt show above "x1kNa/Tk0yH13GhvwmfRGirqGqBFxOt03zqWOf5A6WQ="

from encrypt.

wsk321 avatar wsk321 commented on August 16, 2024

I encountered this issue today, and after reverting to version 5.0.0, it no longer appeared. I hope the author can address this issue for versions post 5.0.0.

from encrypt.

ArslanKhan99 avatar ArslanKhan99 commented on August 16, 2024

the old version was not longer available I sort this issue like below

get version 5.0.1 directory from my pub cached.
update the project according to my project and use this as local dependency its worked now.

from encrypt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.