swiftでsha256的なハッシュを作る
swiftでsha256的なハッシュを作ろうと思ったんだけど、標準ライブラリにないっぽく、 CryptoSwift
つかった
インストール
Podfile
pod 'CryptoSwift'
pod install
pod install
usage
import CryptoSwift "hoge".sha256()
楽ちんだった
swiftでsha256的なハッシュを作ろうと思ったんだけど、標準ライブラリにないっぽく、 CryptoSwift
つかった
pod 'CryptoSwift'
pod install
import CryptoSwift "hoge".sha256()
楽ちんだった