crypto icon indicating copy to clipboard operation
crypto copied to clipboard

A set of cryptographic functions implemented in pure Dart.

Results 30 crypto issues
Sort by recently updated
recently updated
newest added

- add standard markdown badges to the readme

/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.5.sdk/usr/include/CommonCrypto/module.modulemap:1:8: error: redefinition of module 'CommonCrypto' module CommonCrypto [system] [extern_c] { ^ /Users/hits/WorkPlace/project/zapit-wallet/ios/Pods/SCrypto/Frameworks/iphonesimulator/CommonCrypto.framework/module.map:1:8: note: previously defined here module CommonCrypto [system] { ^ Command MergeSwiftModule failed with a nonzero exit code

**Issue by [kaisellgren](https://github.com/kaisellgren)** _Originally opened as dart-lang/sdk#4367_ --- Support for bcrypt and/or scrypt is needed for secure password hashing purposes. Here's a reference for scrypt: http://www.tarsnap.com/scrypt.html

type-enhancement
contributions-welcome

In 2021 it is urgent than ever to support Argon2. Unfortunately this very useful library doesn't support anyone of the modern password hashing algorithms like Argon2, bcrypt, scrypt, and PBKDF2....

type-enhancement

I have a use-case where I'd like to store the internal state of a `Hash`, and then later restore it to continue the hashing of the incoming stream (upload happens...

I am building a Flutter package and need to perform RSA encryption but not sure this package currently supports it. Open to ideas as to options i can explore.

I have dart code that converts string to sha256 hash. remarry party using csharp and same string they get different result. So where should I have to look? What should...

I have the salt as bytes and it cannot be decoded to a string using utf8 decoders, and since the salt is eventually used as bytes it would be great...

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

type-enhancement
contributions-welcome

Does your package supports for symmetric encryption?