谢谢表哥分享
感谢分享,我先下试试
感谢楼主分享~~
这个软件能比AnyTXT Searcher优秀吗
MAIL: [email protected]:742T9C6LRK3YKTRDNVS2M4QZYMYYM9JH6RZXK5DAU5B8HGDY862LQK283L27ZHX2TAPSJYBDDBW763MV4XHQVQ9PUN5B5WDHB3HLD4HKBR56VAMMBPYYMY97T5DAW6DAUCJEXFLE7MRKBQTLBPRSFTUTGSP3CUBP56QTQP23E9BQU48AZEHAYDFF4GGG4FFD
我可以不用,但不能没有
感谢分享,希望有好效果
好奇是怎么算出来的。。。
private static void AuthenticodeSignLicenseDom (XmlDocument licenseDom, CmiManifestSigner signer, string timeStampUrl) {
// Make sure it is RSA, as this is the only one Fusion will support.
RSA rsaPublicKey = CngLightup.GetRSAPublicKey(signer.Certificate);
if (rsaPublicKey == null) {
throw new NotSupportedException();
}
// Setup up XMLDSIG engine.
ManifestSignedXml signedXml = new ManifestSignedXml(licenseDom);
signedXml.SigningKey = CngLightup.GetRSAPrivateKey(signer.Certificate);
signedXml.SignedInfo.CanonicalizationMethod = SignedXml.XmlDsigExcC14NTransformUrl;
// Add the key information.
signedXml.KeyInfo.AddClause(new RSAKeyValue(rsaPublicKey));
signedXml.KeyInfo.AddClause(new KeyInfoX509Data(signer.Certificate, signer.IncludeOption));
// Add the enveloped reference.
Reference reference = new Reference();
reference.Uri = "";
// Add an enveloped and an Exc-C14N transform.
reference.AddTransform(new XmlDsigEnvelopedSignatureTransform());
#if (false) //
reference.AddTransform(new XmlLicenseTransform());
#endif
reference.AddTransform(new XmlDsigExcC14NTransform());
// Add the reference.
signedXml.AddReference(reference);
// Compute the signature.
signedXml.ComputeSignature();
// Get the XML representation
XmlElement xmlDigitalSignature = signedXml.GetXml();
xmlDigitalSignature.SetAttribute("Id", "AuthenticodeSignature");
// Insert the signature node under the issuer element.
XmlNamespaceManager nsm = new XmlNamespaceManager(licenseDom.NameTable);
nsm.AddNamespace("r", LicenseNamespaceUri);
XmlElement issuerNode = licenseDom.SelectSingleNode("r:license/r:issuer", nsm) as XmlElement;
issuerNode.AppendChild(licenseDom.ImportNode(xmlDigitalSignature, true));
// Time stamp it if requested.
if (timeStampUrl != null && timeStampUrl.Length != 0 ) {
TimestampSignedLicenseDom(licenseDom, timeStampUrl);
}
Everything不香吗
我虽然不用,我可以提供一个注册码:
[email protected]
JE4V8T3M96PWT4SUCNZNVZ37XKLBU2QW
N64LEJQ3VHY7MPL6KY2R5SQZ76QFFTKP
VVE8JBVEAME8MMBRHRGF2P6MAJG7ZSQY
MUY2PGTQ2EG3W2YHTU2CFWL7SE6THU3Q
TAL3U894S2BWA9629EFCXYYYG3S65WEQ
N3SZSNSEGXMEUWD27PNENP4GR2EKKDK6
panflow 发表于 2023-11-30 20:15
Everything不香吗
我虽然不用,我可以提供一个注册码:
这个注册码不适用于6.3.x