bincity2003 / MikeDev

A collection of minor but useful libraries, ready for use in small-scale production.
MIT License
1 stars 0 forks source link

New feature: Cryptography Service #46

Open bincity2003 opened 5 years ago

bincity2003 commented 5 years ago

Problem

I'm really tired of having to write a lot of code, just to hashing a string. And also encryption/decryption is are very long to write.

Proposal

I want a feature called Cryptography Service (named Crypter). Basically just a wrapper on top of System.Security.Cryptography and various system deps.

Functionality

It can do the following:

Can I do it ?

Absolutely.

Additional content

None.

bincity2003 commented 5 years ago

Update

bincity2003 commented 5 years ago

Update

bincity2003 commented 5 years ago

Update