Posted Saturday at 06:20 PM5 days 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 Saturday at 06:21 PM5 days by extonoxt
Sunday at 07:03 AM4 days 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 Sunday at 07:09 AM4 days by BfoX
Sunday at 07:41 AM4 days some link from CodeProject is dead - use webarchive Edited Sunday at 07:42 AM4 days by BfoX
Monday at 09:24 AM3 days 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.
Monday at 11:47 PM2 days 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