Skip to content

ferux/rsaGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

rsaGenerator

An application written on Go for creating rsa files.

Install:

git clone github.com/ferux/rsaGenerator

Usage

To generate new keys
Simply add to your project :

import ("github.com/ferux/rsaGenerator")

and add the following command somewhere:

rsaGenerator.Generate(size int) 

License

MIT

About

Written on Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages