LoginSignup
14
14

More than 5 years have passed since last update.

SHA-256ハッシュ値

Posted at

適当なハッシュが欲しい時にpryでお手軽に生成。

pry(main)> require 'digest/sha2'
=> true
pry(main)> Digest::SHA256.hexdigest "__tekitou__na__phrase__"
=> "15e177c4ecb4340a006b651629fde7a6653528343c8d4c597d831203ac16a9e7"
14
14
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
14
14