dart-lang / core

This repository is home to core Dart packages.
https://pub.dev/publishers/dart.dev
BSD 3-Clause "New" or "Revised" License
13 stars 4 forks source link

Add AES #187

Open sethladd opened 9 years ago

sethladd commented 9 years ago

Tracking issue.

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

nex3 commented 9 years ago

@sethladd Where is the code that we have?

sethladd commented 9 years ago

cc @sgjesse

gradddev commented 6 years ago

I also need it.

yhua537 commented 6 years ago

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

shyandsy commented 5 years ago

not found the AES api

simc commented 5 years ago

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

jbdtky commented 4 years ago

It could be fantastic to have this feature.

OGmetamonkey commented 4 years ago

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?

Kleak commented 3 weeks ago

Is it necessary to have it inside the crypto package when pointycastle can already do it ?