Code Monkey home page Code Monkey logo

sm9-start-util's People

Contributors

iupikachu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

sm9-start-util's Issues

SM9 签名数据格式与 GB/T 41389-2022 附录中的不一致

  • 从国标给的附录中获取签名主私钥 "0130E78459D78545CB54C587E02CF480CE0B66340F319F348A1D5B1F2DC5F4"
  • 也就是 MasterPrivateKey 的 d 属性
  • 然后生成签名主公钥 MasterPublicKey 与国标中的不一致

image

        BigInteger  ke = new BigInteger(Hex.decode("0130E78459D78545CB54C587E02CF480CE0B66340F319F348A1D5B1F2DC5F4"));
        MasterPrivateKey masterPrivateKey = new MasterPrivateKey(ke);
        SM9Curve sm9Curve = new SM9Curve();
        CurveElement ppube = sm9Curve.P1.duplicate().mul(ke);
        MasterKeyPair encryptMasterKeyPair = new MasterKeyPair(masterPrivateKey, new MasterPublicKey(ppube, false));
        System.out.println("第一个参数(d):" + Hex.toHexString(encryptMasterKeyPair.getPrivateKey().d.toByteArray()));
        System.out.println("第二个参数:" + encryptMasterKeyPair.getPublicKey().toString());

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.