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

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.

Awesome Lists containing this project

README

          

# Identicons

![Main Menu](Images/identiconsBanner.png)


A simplistic identicon generator programmed in C# using WPF.

[![Codacy Badge](https://api.codacy.com/project/badge/Grade/c15b7f75f2e5494980ca31829f7e47be)](https://app.codacy.com/manual/ShaanCoding/Identicons?utm_source=github.com&utm_medium=referral&utm_content=ShaanCoding/Identicons&utm_campaign=Badge_Grade_Settings)
![GitHub](https://img.shields.io/github/license/ShaanCoding/Identicons) [![Github all released](https://img.shields.io/github/downloads/ShaanCoding/Identicons/total)](https://github.com/ShaanCoding/Identicons/releases) ![GitHub issues](https://img.shields.io/github/issues/ShaanCoding/Identicons) ![GitHub contributors](https://img.shields.io/github/contributors/ShaanCoding/Identicons?color=dark-green)

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.

![Main Menu](Images/mainMenu.gif)

## 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