Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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#
- Host: GitHub
- URL: https://github.com/saturngod/gibberishaes-csharp
- Owner: saturngod
- Created: 2014-03-05T03:45:28.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-05T03:50:01.000Z (almost 11 years ago)
- Last Synced: 2024-10-15T02:11:37.650Z (2 months ago)
- Size: 97.7 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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#.