tips:windows

Windows Tips

  • BASE64 / ハッシュ値出すのはシステム標準でもできる
    • certutil -f -encode “入力ファイル” “出力ファイル”
    • certutil -f -decode “入力ファイル” “出力ファイル”
  • MD5 ハッシュ (sha1とかもできるらしいよ)
    • certUtil -hashfile “ファイルパス” MD5
  • tips/windows.1784036898.txt.gz
  • 最終更新: 2026/07/14 22:48
  • by asaasa