Here a quick example how to create a Sha512 hash in C#. We are using the functions from System.Security.Cryptography, so don’t forget to add the using at top of you file.
Continue readingTag: source code
Here is short code snippet to create a SHA1 hash in C#. The only difficult is to convert from string to byte array and back again. So i have to method, one accept the byte array direct and returns a byte array, the second method handles the convert from string to byte array and back again. Don’t forget to add the required using:
Übersetzt aus dem englischen von Ubuntu 11.10 / Debian 6 – Build newest Pidgin from source.
Dieses Tutorial zeigt, wie ihr euch ganz einfach die neueste Version von dem Multi Chat Messenger Pidgin herunterladen, kompilieren und installieren könnt auf Debian 6 – “Squeeze” und Ubuntu 11.10 – “Oneiric Ocelot”. Continue reading
Übersetzt aus dem englischen von Pathin.org – Ubuntu 11.04 – Build Pidgin from Source.
Viele haben Schwierigkeiten Pidgin vom Source Code zu kompilieren. Das ist der Grund, warum Pathin sich dazu entschieden hat ein kleines Tutorial zu schreiben, wie man Pidgin vom Source Code kompiliert und installiert. Continue reading