书栈网 · BookStack 本次搜索耗时 0.022 秒,为您找到 12360 个相关结果.
  • gaes (AES算法)

    gaes gaes AES算法。 使用方式: import "gitee.com/johng/gf/g/crypto/gaes" 方法列表: func Decrypt ( cipherText [] byte , key [] byte , iv ...[] byte ) ([] byte , error ) ...
  • ghash (经典哈希函数)

    ghash ghash 常用经典哈希函数,提供uint32及uint64类型的哈希函数。 使用方式: import "gitee.com/johng/gf/g/encoding/ghash" 方法列表: func APHash ( str [] byte ) uint32 func APHash64 ( str [] ...
  • ABB COMLI

    ABB Comli Parameters Data types Address format SLAVE AREA ADDRESS .BIT #ENDIAN .LEN[H][L][D][E] Examples ABB Comli This comli plugin is used to access ABB’s COMLI co...
  • Binary Format Basics

    Binary Format Basics Binary Format Basics The starting point for reading and writing binary files is to open the file for reading or writing individual bytes. As I discussed in...
  • gdes (DES算法)

    gdes gdes DES算法。 使用方式: import "gitee.com/johng/gf/g/crypto/gdes" 关于gdes包中的补位说明:gdes包中补位方式支持:PKCS5PADDING、NOPADDING两种方式,当使用NOPADDING方式时需要自定义补位方法。 关于gdes包中的密钥的说明,当使用三倍长...
  • Go 加密解密算法总结

    2613 2020-11-15 《Golang 开发笔记》
    9.16 Go 加密解密算法总结 前言 md5 hmac sha1 AES RSA加密 links 9.16 Go 加密解密算法总结 前言 加密解密在实际开发中应用比较广泛,常用加解密分为:“对称式 ”、“非对称式 ”和”数字签名 “。 对称式 :对称加密(也叫私钥 加密)指加密和解密使用相同密钥 的加密算法。具体算法主要有D...
  • Modbus TCP

    Modbus TCP Plugins Parameters Data types Address format SLAVE ADDRESS .BIT #ENDIAN .LEN[H][L][D][E] Examples Modbus TCP Modbus TCP is a version of the Modbus proto...
  • 四、流操作工具类

    四、流操作工具类 4. 流操作工具类 4.1 使用类 4.2 强制类型转换方法 4.2.1 从 InputStream 读取一行 4.2.2 从 InputStream 读取定长字符串 4.2.3 从 InputStream 分割读取 4.2.4 从 InputStream 读取全部字节 4.2.5 字节数组拼接 四、流操作工具类 ...
  • Integer Types

    Integer Types Integer Types You can start by defining binary types for reading and writing several of the primitive types used by the ID3 format, various sizes of unsigned inte...
  • 1.4.工具

    408 2021-06-26 《ebar-go v1.0 教程》
    说明 安装 字符串 数字 数组 Json 日期/时间 加密/解密 说明 介绍集成的常用函数。 数组 时间 加密/解密 json 字符串 数字 安装 ego框架默认引入了egu工具包,如果要单独使用: go get github . com / ebar - go / egu 字符串 egu . UUID () ...