文字列を Base64 エンコード
base64_encode "text"
(プラグイン / モジュール : iron_hash.hsp)
refstr に Base64 文字列を返します。 例: base64_encode "Hello, World!" mes refstr ; → SGVsbG8sIFdvcmxkIQ==
| プラグイン / モジュール | iron_hash.hsp |
| バージョン | 1.0 |
| 作成日 | 2026-04-13 |
| 著作者 | IronHSP / iron_hash |
| URL | https://github.com/inovia/IronHSP |
| 備考 | iron_hash.hsp は Win32 BCrypt (CNG) と CryptStringToBinary /
CryptBinaryToString を使った 1 行 ハッシュ + Base64 ラッパです。 #include "iron_hash.hsp" サポート: MD5, SHA-1, SHA-256, SHA-384, SHA-512 Base64 encode / decode |
| タイプ | 拡張命令 |
| グループ | iron_hash ― Base64 |
| 対応環境 |
|
| hs ファイル | hsphelp\iron_hash.hs |