https://github.com/ShaanCoding/Identicons
Identicons done in the C# programming language.
https://github.com/ShaanCoding/Identicons
csharp hashing identicon-generator identicon-library identicons salting wpf
Last synced: 7 months ago
JSON representation
Identicons done in the C# programming language.
- Host: GitHub
- URL: https://github.com/ShaanCoding/Identicons
- Owner: ShaanCoding
- License: mpl-2.0
- Created: 2020-07-14T14:55:19.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-15T07:14:31.000Z (about 5 years ago)
- Last Synced: 2023-03-04T10:41:19.761Z (over 2 years ago)
- Topics: csharp, hashing, identicon-generator, identicon-library, identicons, salting, wpf
- Language: C#
- Homepage:
- Size: 252 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Identicons

A simplistic identicon generator programmed in C# using WPF.[](https://app.codacy.com/manual/ShaanCoding/Identicons?utm_source=github.com&utm_medium=referral&utm_content=ShaanCoding/Identicons&utm_campaign=Badge_Grade_Settings)
 [](https://github.com/ShaanCoding/Identicons/releases)  This application is a basic identicon generator software created in C# with the aid of the WindowsCodeAPI-Shell and Core libaries. This program was made in order to explore cryptography, specifically hashing and salting strings and how they are visualized.

## Prerequisites
The running of this program requires several libraries these include:
* WindowsAPICodePack-Core - 1.1.1
* WindowsAPICodePack-Shell - 1.1.1## Authors
* **Shaan Khan** - *All Work*
## Acknowledgements
* N/A
## License
This project is licensed under the Mozilla Public License 2.0 - see the [LICENSE](https://github.com/ShaanCoding/Identicons/blob/master/LICENSE.md) files for details