Skip to content

bmatthewshea/ActGen2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ActGen - Random Code Generator

Build status Build Status

Installation

  • The EXE can be placed anywhere. Optionally, you can place it with the exe.config and your custom settings.

  • %appdata%\ActGen\user.config is only created if you "save settings on exit".

    Website/Contact: http://www.holylinux.net/code/actgen/

Features

  • Generate optionally with upper/lower letters, numbers, and symbols (Use "Include additional characters..").
  • Use for passwords, activation and serial code lists.
  • Can place dashes in generated code(s).
  • Can save settings for quicker use later.

TO-DO

  • Fix the background worker problem / RNGCryptoServiceProvider - this should speed up generation.
  • Fix major slowdown around 10k+ codes. 10000 codes = ~ 1 second. 20000 codes = ~ 4 seconds. 100k limit = minutes
  • Once background workers fixed, start testing speed/randomness/repeats/etc.
  • Create a new installer for the exectuable to create/cleanup %appdata%/ActGen, etc.
  • basic code clean up - currently a mess -> you were warned.

License

ActGen is released under the GNU GPLv3.