Posted September 27Sep 27 Any one knows :I exported a project from dnspy. I made this project compile. This assembly has a public key shows in EditAssembly-> Main-> PublicKey. How can I add this key text in the build process so it will show up in the new assemblyORis there a way to convert the public key in text form to snkthank you Edited September 27Sep 27 by extonoxt
September 28Sep 28 higet https://mh-nexus.de/en/downloads.php?product=HxD20 v2.5load snk, file->export, select format for the outputalso can read at old codeproject Edited September 28Sep 28 by BfoX
September 28Sep 28 some link from CodeProject is dead - use webarchive Edited September 28Sep 28 by BfoX
September 29Sep 29 On 9/27/2025 at 9:20 PM, extonoxt said:is there a way to convert the public key in text form to snkThere is no way to convert public key to snk since snk also includes private key and not only public key.Calculating private key of RSA is still problematic.
September 29Sep 29 Author 14 hours ago, CodeExplorer said:There is no way to convert public key to snk since snk also includes private key and not only public key.Calculating private key of RSA is still problematic.snk have both private and public. and there is a ms tool that extracts public key as snk format for delayed signing. so there must be a tool that could just convert text public to public binary. that does not involve any prk
Create an account or sign in to comment