An application written on Go for creating rsa files.
git clone github.com/ferux/rsaGenerator
To generate new keys
Simply add to your project :
import ("github.com/ferux/rsaGenerator")
and add the following command somewhere:
rsaGenerator.Generate(size int)
MIT