index
:
passwordmaker-rs
main
A Rust reimplementation of the PasswordMaker Pro password generation logic.
Andreas Grois
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix missing HTTPS in repo url
HEAD
v0.2.3
main
Andreas Grois
2025-08-31
1
-2
/
+2
*
Version 0.2.2: Update Repository URL
v0.2.2
Andreas Grois
2025-08-31
1
-2
/
+2
*
Make strum an optional dependency.
Andreas Grois
2024-06-01
2
-6
/
+11
*
Merge pull request #2 from tsadowski/main
Andreas Grois
2024-05-22
2
-5
/
+6
|
\
|
*
Added Enum macros for GUI
Torsten Sadowski
2024-05-21
2
-5
/
+6
|
/
*
Minor: Restore compatibility with Rust 1.52
v0.2.1
Andreas Grois
2023-01-21
2
-2
/
+2
*
Simplify HMAC function.
v0.2.0
Andreas Grois
2023-01-20
2
-17
/
+14
*
Change HMAC benchmark.
Andreas Grois
2023-01-20
1
-29
/
+9
*
Add benchmark for HMAC code.
Andreas Grois
2023-01-20
3
-37
/
+82
*
Add unit tests for prefix-password-suffix combine
Andreas Grois
2023-01-19
1
-0
/
+25
*
Fix doc error.
Andreas Grois
2022-11-04
1
-1
/
+1
*
Merge pull request #1 from soulsource/feature/heap-allocation-free-base-conve...
Andreas Grois
2022-11-04
11
-204
/
+1523
|
\
|
*
Remove obsolete comment about base conversion.
Andreas Grois
2022-11-04
1
-3
/
+0
|
*
More Clippy lints.
Andreas Grois
2022-11-04
4
-16
/
+27
|
*
Some clippy lints.
Andreas Grois
2022-11-04
2
-33
/
+41
|
*
Test that compare iterative conversion with div.
Andreas Grois
2022-11-03
1
-1
/
+52
|
*
Base Conv: Combine shifting and padding.
Andreas Grois
2022-10-27
2
-21
/
+64
|
*
Minor: Remove an unnecessary clone.
Andreas Grois
2022-10-26
1
-1
/
+1
|
*
Minor, remove a pointless type conversion.
Andreas Grois
2022-10-26
1
-3
/
+3
|
*
Use MulAssign in BaseConversion.
Andreas Grois
2022-10-26
2
-8
/
+46
|
*
Increment version to 0.2.0
Andreas Grois
2022-10-26
1
-1
/
+1
|
*
Merge branch 'main' into feature/heap-allocation-free-base-conversion
Andreas Grois
2022-10-26
1
-0
/
+27
|
|
\
|
|
/
|
/
|
*
|
Set up rust.yaml for GitHub Actions
Andreas Grois
2022-10-26
1
-0
/
+27
|
*
Merge branch 'main' into feature/heap-allocation-free-base-conversion
Andreas Grois
2022-10-25
1
-1
/
+2
|
|
\
|
|
/
|
/
|
*
|
Minor: Update description in Cargo.toml
v0.1.0
Andreas Grois
2022-10-25
1
-1
/
+2
|
*
Base Conv: Mul dividend instead of div divisor.
Andreas Grois
2022-10-25
1
-2
/
+17
|
*
Merge branch 'main' into feature/heap-allocation-free-base-conversion
Andreas Grois
2022-10-24
1
-1
/
+1
|
|
\
|
|
/
|
/
|
*
|
Improve long division performance.
Andreas Grois
2022-10-24
1
-1
/
+1
|
*
Add precomputed constants for common cases.
Andreas Grois
2022-10-23
8
-12
/
+130
|
*
Merge branch 'main' into feature/heap-allocation-free-base-conversion
Andreas Grois
2022-10-23
3
-6
/
+7
|
|
\
|
|
/
|
/
|
*
|
Fix benchmark errors.
Andreas Grois
2022-10-23
3
-6
/
+7
|
*
Rename "potency" to "power", the English term.
Andreas Grois
2022-10-23
4
-51
/
+51
|
*
Precompute power+exponent for iterative conversion
Andreas Grois
2022-10-23
4
-75
/
+191
|
*
Merge branch 'main' into feature/heap-allocation-free-base-conversion
Andreas Grois
2022-10-22
1
-3
/
+8
|
|
\
|
|
/
|
/
|
*
|
Pre-Allocate resulting password.
Andreas Grois
2022-10-22
1
-3
/
+8
|
*
Merge branch 'main' into feature/heap-allocation-free-base-conversion
Andreas Grois
2022-10-22
3
-6
/
+19
|
|
\
|
|
/
|
/
|
*
|
Increase duration and sample count for benchmarks.
Andreas Grois
2022-10-22
3
-6
/
+19
|
*
Add more unit tests to iterative_conversion.
Andreas Grois
2022-10-22
1
-23
/
+206
|
*
Make n-digit division performing.
Andreas Grois
2022-10-22
1
-24
/
+18
|
*
Minor code cleanup. No performance impact.
Andreas Grois
2022-10-22
1
-28
/
+37
|
*
Code cleanup and addition of unit tests.
Andreas Grois
2022-10-22
1
-78
/
+124
|
*
Fix trait visibility.
Andreas Grois
2022-10-21
2
-2
/
+2
|
*
Exponential search for largest potency.
Andreas Grois
2022-10-21
3
-8
/
+110
|
*
Macro for single-digit-division.
Andreas Grois
2022-10-20
1
-37
/
+37
|
*
Merge branch 'main' into feature/heap-allocation-free-base-conversion
Andreas Grois
2022-10-20
8
-205
/
+332
|
|
\
|
|
/
|
/
|
*
|
Group Benchmarks, and make parameters more sane.
Andreas Grois
2022-10-20
8
-205
/
+332
|
*
Minor: Shift Operation optimization.
Andreas Grois
2022-10-20
1
-10
/
+4
|
*
Merge branch 'main' into feature/heap-allocation-free-base-conversion
Andreas Grois
2022-10-19
1
-5
/
+70
|
|
\
|
|
/
|
/
|
*
|
Make some asserts debug_asserts. Add more benches.
Andreas Grois
2022-10-19
2
-9
/
+74
|
*
Change normalization of Knuth division to shift.
Andreas Grois
2022-10-19
1
-6
/
+38
[next]