Results 1 to 4 of 4

Thread: .NET Framework 4.0 DLL or code for a random password generation

  1. #1

    Thread Starter
    Member
    Join Date
    Feb 2020
    Posts
    53

    .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.

  2. #2
    PowerPoster PlausiblyDamp's Avatar
    Join Date
    Dec 2016
    Location
    Pontypool, Wales
    Posts
    2,710

    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/

  3. #3

    Thread Starter
    Member
    Join Date
    Feb 2020
    Posts
    53

    Re: .NET Framework 4.0 DLL or code for a random password generation

    Quote Originally Posted by PlausiblyDamp View Post
    No idea how good it is but a quick google search turned up https://github.com/prjseal/PasswordGenerator/
    Tested , did not work for .NET framework 4.0.

  4. #4
    PowerPoster PlausiblyDamp's Avatar
    Join Date
    Dec 2016
    Location
    Pontypool, Wales
    Posts
    2,710

    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
  •  



Click Here to Expand Forum to Full Width