Menu

Tree [r1] /
 History

HTTPS access


File Date Author Commit
 PasswordGenerator.ico 2016-01-27 cyberfilth [r1]
 PasswordGenerator.lpi 2016-01-27 cyberfilth [r1]
 PasswordGenerator.lps 2016-01-27 cyberfilth [r1]
 PasswordGenerator.pas 2016-01-27 cyberfilth [r1]
 PasswordGenerator.res 2016-01-27 cyberfilth [r1]
 ReadMe.txt 2016-01-27 cyberfilth [r1]
 unit1.lfm 2016-01-27 cyberfilth [r1]
 unit1.pas 2016-01-27 cyberfilth [r1]

Read Me

_________        ___.               ___________.__.__   __  .__     
\_   ___ \___.__.\_ |__   __________\_   _____/|__|  |_/  |_|  |__  
/    \  \<   |  | | __ \_/ __ \_  __ \    __)  |  |  |\   __\  |  \ 
\     \___\___  | | \_\ \  ___/|  | \/     \   |  |  |_|  | |   Y  \
 \______  / ____| |___  /\___  >__|  \___  /   |__|____/__| |___|  /
        \/\/          \/     \/          \/                      \/ 
====================================================================

This password generator was written in Lazarus.

It simply allows you to specify the number of characters and whether to include upper / lower case letters, special characters and numbers.
A randomly generated password is then created which can be copied to the clipboard.

The program has been tested on Windows but should also compile with a little tweaking on Linux.
The random number generator used in Free Pascal is the Mersenne Twister algorithm.

Feel free to copy, share and improve.
Chris Hawkins
www.cyberfilth.co.uk
@CyberFith

====================================================================
This is free and unencumbered software released into the public domain.

Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.

In jurisdictions that recognize copyright laws, the author or authors
of this software dedicate any and all copyright interest in the
software to the public domain. We make this dedication for the benefit
of the public at large and to the detriment of our heirs and
successors. We intend this dedication to be an overt act of
relinquishment in perpetuity of all present and future rights to this
software under copyright law.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

For more information, please refer to <http://unlicense.org/>