This is the Linux app named PWDTK.NET whose latest release can be downloaded as PWDTK_v2.0.0.2_Binary_AnyCPU_DOTNET451.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named PWDTK.NET with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS
Ad
PWDTK.NET
DESCRIPTION
This API uses the PBKDF2 specification with HMACSHA512 as the underlying pseudo random function (PRF) to perform the salted hashing over a specified number of instances to eliminate the feasibility of rainbow table attacks & drive up the computing cost of generating said tables, this is known as key stretching.This API also provides the capability to create BIG crypto random salt strings, because the BIGGER & more RANDOM your salt, the better! (anti-rainbow tables)
I was going to use Microsofts Rfc2898DeriveBytes(cb) implementation but after learning that it is using HMACSHA1 as the underlying PRF, I decided to modernise this & implement PBKDF2 with HMACSHA512 instead (Stronger against GPUs)
Get binaries here but for source code please use the PWDTK.NET repo on GitHub which you can clone from here: https://github.com/Thashiznets/PWDTK.NET.git
Please consider donating (5th button above) if you find PWDTK.NET useful!
Package AVAILABLE on NuGet!!!
Thanks - Ian
Features
- Crypto Randomly Generate Salt
- Password Policy Integration
- PBKDF2 implementation using HMACSHA512 as the underlying PRF
- Control resource usage vs key stretching by supplying iteration count as per PBKDF2 spec
- Code open source and available for peer review by security experts\cryptographers
- Uses UTF-8 encoding to support non English characters, better than implementations using ASCII
- Created using instructions for PBKDF2 standard here: http://www.ietf.org/rfc/rfc2898.txt
- Ability to call Rfc2898.PBKDF2(P,S,c,dkLen) to derive encryption keys of your specific size
- Source code includes sample GUI with common usage implemented
Audience
Information Technology, Science/Research, Developers, Auditors, Security Professionals, Security
User interface
.NET/Mono
Programming Language
C#
This is an application that can also be fetched from https://sourceforge.net/projects/pwdtknet/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.