RFC Hajimi Standard (RFC-HJM) 哈基密标准

Version: 0.2 | Status: Experimental Standard

This is the demo page for the RFC Hajimi Standard (RFC-HJM).

Layer 1: Hajimi Transformation (Encoding/Decoding) 基米变换

Input text to encode to Hajimi, or Hajimi stream to decode to text.
键入文本以编码为哈基密,或哈基密流以解码为文本。

Layer 2: Asymmetric RSA (Confidentiality) 基米隐私

Status: Not implemented in web demo.
Reason: Standard RSA operations in RFC Hajimi often involve complex serialization and large prime generation better handled by the official Julia implementation.
Reference: Please refer to Section 5.2 of the Standard Document for CLI usage.

Layer 3: Ed25519 Signature Verification 基米签名验证 (哈/哈气)

Verify the authenticity and integrity of a signed message.
我这个级别的基米可以哈/哈气这个签名。

Layer 3 密钥说明 (Key Generation):
The public key and private key can be generated using the official Julia CLI tool hjm_create_identity().
生成公基私基的官方方式是使用 Julia CLI 中的 hjm_create_identity()

Layer 4: X25519 Key Exchange 基米密钥交换

Status: Not implemented in web demo.
Reason: Diffie-Hellman key exchange requires a multi-step interactive process and secure state management.
Reference: Please refer to Section 6.4 of the Standard Document for implementation details.