soul_assassin 1750 Posted March 16, 2015 Introducing SignForge: https://github.com/ajvorobiev/SignForge StringForge is a tool developed at Red Hammer Studios over one evening that allows fast signing of multiple pbo files in one folder with a key. The program will generate the key, sign all the files and verify them. What can it do: - work on *nix machines using wine (im not sure if this was ever done before!) - clean up the folder of old key files - validate the signing - commandline - open source Yes the project is open source and available to anyone from the above link in GitHub so if you want to contribute, change or re-release. It is under the MIT license so you have pretty much the freedom to do anything you want. Current version: 1.1 Download page: https://github.com/ajvorobiev/SignForge/releases Bug tracker: https://github.com/ajvorobiev/SignForge/issues Enjoy Share this post Link to post Share on other sites
orcinus 121 Posted March 16, 2015 That looks really cool. Hope to be in a state to make use of this later this year. RHS continues to produce work of outstanding quality (the file patching with wget is a boon to bandwidth-limited players like me). Thank you for sharing Share this post Link to post Share on other sites
Guest Posted March 16, 2015 (edited) Release frontpaged on the Armaholic homepage. SignForge - RHS mass pbo signing utility v1.1 ================================================ We have also "connected" these pages to your account (Soul_Assassin) on Armaholic. This means soon you will be able to maintain these pages yourself if you wish to do so. Once this new feature is ready we will contact you about it and explain how things work and what options you have. When you have any questions already feel free to PM or email me! ** Note: since this is a project on which more people are working we will contact you in the future to discuss how you want this to be setup on Armaholic. Edited March 16, 2015 by Guest Share this post Link to post Share on other sites
Kerc Kasha 102 Posted March 21, 2015 I'm testing this out but is there no way to reuse the private key it generates? It seems to create a new one each time even if I specify the same name Share this post Link to post Share on other sites
soul_assassin 1750 Posted April 8, 2015 Yeah ill build this into the next release. Share this post Link to post Share on other sites
ace16huey 10 Posted April 25, 2015 Is there any eta on this? I love this tool so far but I don't want to have to condense all my mods into one mod folder. Share this post Link to post Share on other sites
soul_assassin 1750 Posted April 25, 2015 Ill try to get it done in the next few days. Share this post Link to post Share on other sites
ace16huey 10 Posted April 25, 2015 Okay, Thank you. I will look forward to this. :) Share this post Link to post Share on other sites
soul_assassin 1750 Posted May 1, 2015 I have committed the new code. I have to test it tonight and then make official release as a packed version if all works fine. But if you are able to compile yourself then you can already try. Share this post Link to post Share on other sites
ace16huey 10 Posted May 1, 2015 Alright, Thank you. Also if you could help me and my friend, (the one that posted the issue), we are fairly new to making addon signatures and every tool that we have used has done the same thing in our server. I thought yours would be instantly better with verifysignatures able to be enabled and what not. I am pretty sure it is something that we are doing wrong but we are stuck. Share this post Link to post Share on other sites
soul_assassin 1750 Posted May 1, 2015 v1.2 released. This one keeps the keys if they are already existing unles you specify the `-o` parameter which would force override. https://github.com/ajvorobiev/SignForge/releases Share this post Link to post Share on other sites
Guest Posted May 1, 2015 New version frontpaged on the Armaholic homepage. SignForge - RHS mass pbo signing utility v1.2 Share this post Link to post Share on other sites
Kerc Kasha 102 Posted December 25, 2015 I'm still having an issue where it will override existing keys, in particular it will create a new private key and not sign anything if both the privatekey and public key are not in the folder specified by -d. Share this post Link to post Share on other sites