Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/saturngod/gibberishaes-csharp

To encrypt/decrypt data from https://github.com/mdp/gibberish-aes at C#
https://github.com/saturngod/gibberishaes-csharp

Last synced: 26 days ago
JSON representation

To encrypt/decrypt data from https://github.com/mdp/gibberish-aes at C#

Awesome Lists containing this project

README

        

This code is not wirtten by me. This code is from [http://stackoverflow.com/questions/5452422/openssl-using-only-net-classes](http://stackoverflow.com/questions/5452422/openssl-using-only-net-classes)

I used it for AES encrypted at client using [gibberish-aes javascript](https://github.com/mdp/gibberish-aes) and decrypted at C#.