-
Aug 26th, 2024, 06:40 AM
#1
Thread Starter
Member
.NET Framework 4.0 DLL or code for a random password generation
I want a .NET Framework 4 DLL for a random password generator that satisfies these requirements:
a) A minimum length of 7 characters,
b) At least one special character,
c) At least one alphabetic character,
d) At least one numeric character (0-9)
I specifically want it to work for .net framework 4.0 or 4.5.
-
Aug 26th, 2024, 06:49 AM
#2
Re: .NET Framework 4.0 DLL or code for a random password generation
No idea how good it is but a quick google search turned up https://github.com/prjseal/PasswordGenerator/
-
Aug 27th, 2024, 12:07 AM
#3
Thread Starter
Member
Re: .NET Framework 4.0 DLL or code for a random password generation
Originally Posted by PlausiblyDamp
Tested , did not work for .NET framework 4.0.
-
Aug 27th, 2024, 02:14 AM
#4
Re: .NET Framework 4.0 DLL or code for a random password generation
From the description it should work, did it give any errors? How did you install it? If nothing else works it would probably take less than 5 minutes to compile a version that works on .Net 4 - even if that isn't possible then perhaps one of the older versions of the library can be used on .Net 4.5 instead.
Then again 4.5 went out of official support over 2 years ago so it might be worth upgrading to 4.8 anyway (or at least 4.6.2) - especially as it should be a fairly trivial upgrade to the newer framework versions anyway.
Last edited by PlausiblyDamp; Aug 27th, 2024 at 06:19 AM.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|