RandyTheSilly
|
8313a183b0
|
Add web package
|
2026-04-01 00:08:39 -04:00 |
|
RandyTheSilly
|
7a63a41116
|
Make WriteToStdin input zeroization optional
|
2026-02-14 16:50:35 -05:00 |
|
RandyTheSilly
|
b7a2ae3378
|
Remove (maybe temporarily) Windows-specific input functions
|
2026-02-13 17:26:28 -05:00 |
|
RandyTheSilly
|
26686374bd
|
Avoid compiler optimizations breaking ZeroizeBytes
|
2026-02-10 22:16:48 -05:00 |
|
RandyTheSilly
|
29315c4b76
|
Rename InputHidden to InputSecret
|
2026-02-10 20:30:46 -05:00 |
|
RandyTheSilly
|
48e6abea8b
|
Harden functions that potentially deal with sensitive information
|
2026-02-09 22:15:47 -05:00 |
|
RandyTheSilly
|
e1bb0012a7
|
Add secure byte slice erase helper; add alternative input methods for Windows
|
2026-02-07 22:54:02 -05:00 |
|
RandyTheSilly
|
9ee213eeb4
|
Print blank line after invalid input in front.InputInt
|
2026-01-08 23:03:28 -05:00 |
|
RandyTheSilly
|
cc379d407c
|
Re-instate prepended new line for prompt in InputMenuGen
|
2026-01-08 22:25:41 -05:00 |
|
RandyTheSilly
|
c61aa7b720
|
Update copyright date
|
2026-01-08 21:46:43 -05:00 |
|
RandyTheSilly
|
6201774a15
|
Do not automatically prepend new line to input function prompts
|
2026-01-08 21:46:19 -05:00 |
|
RandyTheSilly
|
03e6942724
|
Bump dependencies
|
2026-01-07 20:05:49 -05:00 |
|
RandyTheSilly
|
df1fb21b23
|
Add StringGen() for generating cryptographically secure strings
|
2025-12-11 12:14:53 -05:00 |
|
RandyTheSilly
|
10ee4f91fc
|
Add ANSI constants for warning/blue/green
|
2025-11-10 00:50:16 -05:00 |
|
RandyTheSilly
|
83b0be1379
|
Always hard exit in PrintError(); do not pointlessly return the error code in soft exit
|
2025-06-01 16:58:29 -04:00 |
|
RandyTheSilly
|
71b5056ca6
|
Do not return isFile, as the returned error can be used for this purpose
|
2025-06-01 14:48:13 -04:00 |
|
RandyTheSilly
|
b001ea2a75
|
Simplify TargetIsFile
|
2025-06-01 14:44:27 -04:00 |
|
RandyTheSilly
|
e38a47784d
|
Make error codes sequential
|
2025-06-01 14:16:19 -04:00 |
|
RandyTheSilly
|
3707d6ee5a
|
Move PrintError() to other package
|
2025-06-01 14:12:31 -04:00 |
|
RandyTheSilly
|
d6820580d9
|
Remove unused errors
|
2025-06-01 13:53:29 -04:00 |
|
RandyTheSilly
|
799fafafe9
|
Return errors, rather than printing them; move PrintError() to front package
|
2025-06-01 13:45:32 -04:00 |
|
RandyTheSilly
|
e2e64d7fa4
|
Add AnsiBold constant
|
2025-05-29 18:53:06 +00:00 |
|
RandyTheSilly
|
20670ec7bb
|
Rename integer input function to clarify it is capable of returning negative values
|
2025-05-09 17:35:25 +00:00 |
|
RandyTheSilly
|
0846290a76
|
Add README.md
|
2025-05-09 15:47:35 +00:00 |
|
RandyTheSilly
|
857b8526a1
|
Initial code commit
|
2025-05-09 15:43:43 +00:00 |
|