crypto icon indicating copy to clipboard operation
crypto copied to clipboard

Add AES

Open sethladd opened this issue 10 years ago • 8 comments

Tracking issue.

If we don't plan to do this relatively soon, let's close. But I hear we have this code. :)

sethladd avatar Sep 16 '15 16:09 sethladd

@sethladd Where is the code that we have?

nex3 avatar Sep 23 '15 00:09 nex3

cc @sgjesse

sethladd avatar Sep 23 '15 06:09 sethladd

I also need it.

graddotdev avatar Apr 26 '18 16:04 graddotdev

it will good if we can have native code support, most plugins are not stable after dart 2.0

yhua537 avatar Jul 23 '18 14:07 yhua537

not found the AES api

shyandsy avatar Dec 15 '18 04:12 shyandsy

I think AES support directly from the dart team would be great. Pointycastle is discontinued and a trustworthy encryption package is important.

simc avatar Sep 27 '19 11:09 simc

It could be fantastic to have this feature.

jbdtky avatar Mar 01 '20 07:03 jbdtky

There is a fairly maintained AES library built using pointy castle which is based on crypto. https://pub.dev/packages/encrypt

Anybody have experience with this?

OGmetamonkey avatar Jun 02 '20 19:06 OGmetamonkey