#sha-256 #encryption #stunning-encrypto #rust-e2ee #end-to-end-encrypton #end-to-end

encrypto_sha256

stunning-encrypto 是跨平台的端到端加密依赖项。这同样是 Sha256 扩展

2 个版本

0.1.1 2022年12月19日
0.1.0 2022年12月19日

#2007 in 加密学

MIT 许可证

10KB
144

Visitor Badge Crates Badge Crates Downloads

关于项目

简单的 Rust Sha256 哈希,与所有其他 ZotCrypto 项目兼容!

图标 项目
🥳 即将推出
⚖️ 许可证
📝 变更日志

使用方法(Rust)

实现

Cargo

encrypto_aes = 最新版

RSA

文档将很快发布在我们的 网站上

您可以尝试

        let msg = b"abc";
        let encoded_hex = ZotSha256::encode_to_hex(msg);
        let encoded_b64 = ZotSha256::encode_to_base64(msg);
        let encoded_bytes = ZotSha256::encode_to_bytes(msg);


        assert_eq!(encoded_bytes.clone(), hex::decode(encoded_hex).unwrap());
        assert_eq!(encoded_bytes.clone(), base64::decode(encoded_b64).unwrap());

如果文档长时间未上传,请在此处 提出问题

即将推出

支持的语言 状态
Flutter 优先级:低
Java 优先级:非常高
JavaScript 优先级:高

许可证

点击 此处

依赖项

~275KB