2012-01-10から1日間の記事一覧

いますぐコマンドプロンプトを捨てて、Cygwinを使うべき10+の理由

http://d.hatena.ne.jp/takuya_1st/20111121/1321865738

c#でtripledes

using System; using System.Text; using System.Security.Cryptography; namespace ConsoleApplication1 { class Program { static void Main(string[] args) { var encoding = new UTF8Encoding(); byte[] key = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12,…