mkpass is a simple command line utility to generate secure random passwords. You can easily redirect these to a clipboard or copy and paste as needed.
I use a password manager and generate random passwords every time I need one. And while most password managers include a generator, there are times I need one outside of that.
The code is written in java so it should run on any OS that supports it. Lastly, the idea and core code came from a Wikipedia article. I just took this and...
CloudSafe is a credential manager that can store all your access informations (applications, sites, gadgets, ...), in your Google Drive account: all data are encrypted with a master password (AES-128) and all netowork operations are protected by your Google Account and HTTPS connections.
The source code is open and you are free to check the security solution.
...Memorizing lots of account is impossible, keeping on plain text is insecure. With a very simple gui and using AES encryption I solved my problem. You can group your accounts in a single file and multiple users can save their passwords in different files.
version3.1
remove version checking that becomes annoying.
version3
*Keyboard short cuts for menu items
*Configuration file, account form display time and time before asking the password again before displaying account form can be configured.
*Open Last open file menu item
version2.2
*simple password manager icon
*password suggestion frame
*copy to clipboard buttons
*menu icons
version 2.1
*Version checker
version 2
*GUI changes
*Account window automatically shut down after 5 minutes
*bug fix description search
*user manual
version 1.1
*input boxes are changed to password boxes.
...