Andrew Paul Simmons: Blog: MD5 hash on iPhone with cocoa and Objective-C ざっくりとこんな感じで。 #import “Crypto.h” #import “CommonCrypto/CommonDigest.h” @implementation Crypto +(NSString *)MD5String: (NSString *)string { const char *cStr = [string UTF8String]; unsigned char digest[CC_MD5_DIGEST_LENGTH]; CC_MD5( cStr, strlen(cStr), digest ); char md5string[CC_MD5_DIGEST_LENGTH*2]; in
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く