Code Monkey home page Code Monkey logo

cryptohelper's People

Contributors

henkmollema avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

cryptohelper's Issues

About nestandart 2.0

Is there any reason to use net standard 2.0? Yes, we are getting large API set, but lost compatible with all projects <2.0.
Ofcourse, we can still use old version without problem(and without security updates ๐Ÿ˜ซ) or upgrade app to new target framework, but I'm really don't understand why use netstandart 2.0 for library project(if it really don't needs).

Consider embedding key derivation sources instead of relying on Microsoft.AspNetCore.Cryptography.KeyDerivation

Hey @henkmollema,

As part of OpenIddict 3.0, I'd like to remove the Microsoft.AspNetCore.Cryptography.KeyDerivation dependency from the OpenIddict core package. I had to lobby hard to convince the ASP.NET team to keep DP compatible with .NET Standard 2.0, which motivated me to get rid of DP in the core stuff.

Do you think it would be possible to copy the key derivation classes you need from Microsoft.AspNetCore.Cryptography.KeyDerivation and ship a version of CryptoHelper with no dependency?

Cheers!

Salting

Salts are necessary to protect form rainbow dictionary attacks

Update to RC2 final

  • Target RC2 final packages
  • Bump version to 1.0.0-rc2-final
  • Update build scripts

Migrate to .NETStandard

CryptoHelper is currently targeting dotnet5.4 which is being replaced by netstandard1.3 everywhere, including the ASP.NET Core and aspnet-contrib projects. That would be great if CryptoHelper could be updated to use the new TFM (no hurries, of course, since we can use the imports section to make dotnet5.4 compatible with netstandard1.3).

Pushing a new build would also fix the weird assembly version issues we're seeing with DNX. Here's more context: openiddict/openiddict-core#76 (comment) (it's about IdentityModel, but CryptoHelper is similarly impacted)

https://github.com/henkmollema/CryptoHelper/blob/master/src/CryptoHelper/project.json#L29

Thanks!

/cc @henkmollema

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.