This website requires JavaScript.
c979561fa5
refactor: remove math/big, fix RNG bias, optimize builds, and bump Go version
master
1.3.5
Max
2026-01-04 22:10:28 -06:00
fe11983dab
Make version reflect build version
1.3.4
max
2025-03-10 14:07:37 -05:00
1e93add7bd
Make version reflect build version
max
2025-03-10 14:05:22 -05:00
c328726ed0
Build with latest Go version
max
2025-03-10 14:04:19 -05:00
7e826b75d7
Fixed 1.3.3 build
max
2024-11-01 14:40:05 -05:00
72f4797428
Fix version displayed by -v
max
2024-11-01 14:39:24 -05:00
aad2144e7c
Build updated binaries
v1.3.3
max
2024-11-01 14:31:08 -05:00
a1c8d6e531
Bump version
max
2024-11-01 14:30:16 -05:00
0d5d7503ec
Build with Go 1.23.2
max
2024-11-01 14:29:11 -05:00
ee1a0fedcc
Build with Go 1.22
max
2024-02-14 13:39:33 -06:00
3fc3f35bb5
Bump version to 1.3.2
max
2024-02-14 13:32:56 -06:00
9a98788476
Update Go version to 1.22
max
2024-02-14 13:32:07 -06:00
43b8d3b618
Update binaries to 1.3.1
v1.3.1
Maximilian
2023-02-14 16:33:07 -06:00
6d1e700d8b
Update version
Maximilian
2023-02-14 16:12:15 -06:00
1b2fcd72b9
Use switch statements for argument matching, use a map for removing disallowedCharacters, and set up worker pool for concurrent "chunk" generation of the password
Maximilian
2023-02-14 16:12:02 -06:00
6c20c7bb8b
Add go.sum
Maximilian
2023-02-14 15:27:38 -06:00
f5289baecd
Update Go version to 1.20
Maximilian
2023-02-14 15:27:24 -06:00
bb4dda5d9f
Add new release binaries for 1.3.0
v1.3.0
max
2023-02-07 08:21:16 -06:00
14b7b1d181
Update README.md
max
2023-02-07 08:16:09 -06:00
83c7065d2a
Full refactor, remove dead code, remove math/rand, add version arg, remove symbol arg, help arg, and improve remove disallowed character argument
max
2023-02-07 08:06:22 -06:00
3978c9ad47
Preemptively add building support (for version 1.3.0) for freebsd (386, amd64, and arm), plan9 (386, amd64, and arm), and Linux/Windows arm
max
2023-02-03 17:55:43 -06:00
e1ced3f76d
Update binaries to the latest version
v1.2.2
Maximilian
2023-01-30 00:06:15 -06:00
cdbca3b074
Add makefile
Maximilian
2023-01-30 00:05:53 -06:00
e4eca321f6
Update version
Maximilian
2023-01-29 23:37:46 -06:00
0eacc92a45
Formatting
Maximilian
2023-01-29 23:36:47 -06:00
e96fded8ff
Cryptographically generate password characters
Maximilian
2023-01-29 23:30:21 -06:00
710f96e9e7
Update binaries to the latest version
v1.2.1
max
2023-01-29 17:44:50 -06:00
4609be7a9d
Update version
max
2023-01-29 17:12:49 -06:00
57b78dc62e
Gracefully handle errors instead of panic
max
2023-01-29 16:16:44 -06:00
87fa1107d7
Update binaries to the latest version
v1.2.0
Maximilian
2022-12-19 18:12:53 -06:00
3915761477
Update 'README.md'
max
2022-12-20 00:01:13 +00:00
5ba592db21
Update README.md to include install instructions and expanded usage instructions
Maximilian
2022-12-19 17:57:53 -06:00
b81783b470
New version update that supports disallowed characters, cleaned up comments
Maximilian
2022-12-19 17:41:54 -06:00
cebcbc2823
Merge remote-tracking branch 'origin/master'
Maximilian
2022-12-19 17:25:50 -06:00
b5b7c208f2
(Old binaries were broken) Rebuilt all binaries properly this time also included are the new error handling changes, and smaller overall binary sizes (built with -w and -s flags + UPX compression)
Maximilian
2022-12-19 17:17:11 -06:00
8aa2f61b3c
(Old binaries were broken) Rebuilt all binaries properly this time also included are the new error handling changes, and smaller overall binary sizes (built with -w and -s flags + UTX compression)
Maximilian
2022-12-19 17:17:11 -06:00
f2a9cdd216
Added better error handling
Maximilian
2022-12-19 10:21:06 -06:00
c99539c0a9
Add 32 bit binaries for Linux and Windows, recompile Windows, Linux, and osx (Darwin) with new Go version (1.19.4)
Maximilian
2022-12-14 16:37:52 -06:00
33cf6cde39
Update README.md
Maximilian
2022-12-14 15:09:43 -06:00
8114d2a6c9
Remove .exe file extension, it false flags on Windows 10 antivirus
v1.1
Maximilian
2022-10-21 10:05:31 -05:00
7b36f39de6
Update gitignore to allow for .exe and show Windows binary with updated file extension
Maximilian
2022-10-21 10:01:11 -05:00
564da340d5
Include .exe extension for Windows, this is required for the binary to be recognized
Maximilian
2022-10-21 09:58:04 -05:00
9e3549f57d
Merge remote-tracking branch 'origin/master'
Max
2022-10-09 16:17:54 -05:00
e72f27f80c
Update 'README.md'
max
2022-10-09 21:17:41 +00:00
1bc20536b5
Update to V1.1 and compile with Go 1.19
Max
2022-10-09 16:15:45 -05:00
03b6ac8375
Update to securely seed math/rand V1.1
Max
2022-10-09 15:57:01 -05:00
388d56b697
Switch to the latest Go version
Max
2022-10-09 15:28:28 -05:00
0c3198536f
Update gitignore
Max
2022-10-09 15:28:04 -05:00
b1ddefb847
Fix osx binary name
max
2022-08-12 16:07:52 -05:00
bbfcf4d5f0
Release Version 1.0 binaries
max
2022-08-02 18:08:57 -05:00
4dd661572b
Fixed package name
max
2022-08-02 18:07:28 -05:00
3f1cbdc9a7
Added README.md
max
2022-08-02 17:52:24 -05:00
fc69f75069
Initial commit, version 1.0
max
2022-08-02 17:40:58 -05:00
71242945fd
Initial commit, version 1.0
max
2022-08-02 17:37:06 -05:00