to ganarate random codes there are 2 modes:
1-simple mode (screenshot_1): ability to define code length and choose code composition(Digits,Alphabet,Special characters)
2-using pattern mode (screenshot_2):ability to define multi pattern with separator(ex in case of serial number)
This generates codes of a certain pattern. The pattern is defined by characters that correspond to a characterset:
A = Alphabet (A, a, B, b , C, c …)
9 = Digits (0, 1, 2, …)
# = Special characters ($, %, &, …)
! = Punctuation (!, ?, …)
[ = Brackets ([, ], (, …)
v = Vowels (a, e, i, …)
c = Consonants (b, c, d, …)
? = Random from all characters above
|
Release version: 1.0 – 2016-10-02 14:26:23
Generate random codes that can be used for passwords, promotional codes, sweepstakes, serial numbers and much more.
2 generation modes:
*Simple Generation mode
*Using Pattern Generation
|