Difference between revisions of "Command-line"
From PasswordMaker
Jump to navigationJump to searchMiquelfire (talk | contribs) |
|||
| (30 intermediate revisions by 10 users not shown) | |||
| Line 1: | Line 1: | ||
| − | <table><tr><td valign="top" width=" | + | <table><tr align="left"><td valign="top" width="170"> |
__TOC__</td> | __TOC__</td> | ||
| − | <td valign="top | + | <td valign="top"> |
| − | This | + | Executables are available for Windows. For other operating systems, please download the cross-platform source code and compile it locally (unix.mak file included). We are glad to host executables for other operating systems here; contact us once you've compiled the source for your platform. |
| + | |||
| + | This edition of PasswordMaker is made with C++. It can read PasswordMaker Settings files (RDF files) generated by the [[Firefox/Mozilla/SeaMonkey/Flock/Netscape/GettingStarted|Firefox]] Edition, including settings files with multiple accounts.</td></tr></table> | ||
| + | |||
| + | (All links include the Windows Binaries as of 1.5) | ||
| + | * [http://sourceforge.net/projects/passwordmaker/files/Command%20Line%20Edition/1.5/passwordmaker-cli-1.5.zip/download Download 1.5 zip] | ||
| + | * [http://sourceforge.net/projects/passwordmaker/files/Command%20Line%20Edition/1.5/passwordmaker-cli-1.5.tar.gz/download Download 1.5 gz] | ||
| + | * [http://sourceforge.net/projects/passwordmaker/files/Command%20Line%20Edition/1.5/passwordmaker-cli-1.5.tar.bz2/download Download 1.5 bz2] | ||
| + | * [http://sourceforge.net/projects/passwordmaker/files/Command%20Line%20Edition/1.5/passwordmaker-cli-1.5.7z/download Download 1.5 7z] | ||
| + | * [https://sourceforge.net/projects/passwordmaker/files/Command%20Line%20Edition SourceForge Page] | ||
| + | |||
| + | == Linux Packages == | ||
| + | |||
| + | You can install on the following Linux distributions using their package managers | ||
| + | |||
| + | * Debian (Wheezy and Sid only as of 2012-12-05) | ||
| + | * Ubuntu (11.10 and up) | ||
== Defaults == | == Defaults == | ||
| Line 15: | Line 31: | ||
;Algorithm | ;Algorithm | ||
| − | : | + | : MD5 |
; Hmac | ; Hmac | ||
| Line 52: | Line 68: | ||
==FAQ== | ==FAQ== | ||
| + | |||
| + | == Changes == | ||
| + | |||
| + | === Version 1.5 === | ||
| + | * Supports the url expressions from the RDF files (just provide an input url) | ||
| + | |||
| + | === Version 1.4.2 === | ||
| + | * Defaults matches Firefox Extension. | ||
{{stub}} | {{stub}} | ||
[[Category:Editions]] | [[Category:Editions]] | ||
Latest revision as of 19:13, 5 December 2012
|
Executables are available for Windows. For other operating systems, please download the cross-platform source code and compile it locally (unix.mak file included). We are glad to host executables for other operating systems here; contact us once you've compiled the source for your platform. This edition of PasswordMaker is made with C++. It can read PasswordMaker Settings files (RDF files) generated by the Firefox Edition, including settings files with multiple accounts. |
(All links include the Windows Binaries as of 1.5)
Linux Packages
You can install on the following Linux distributions using their package managers
- Debian (Wheezy and Sid only as of 2012-12-05)
- Ubuntu (11.10 and up)
Defaults
The Command Line Edition uses the following defaults:
- Master Password
- none
- URL
- none
- Algorithm
- MD5
- Hmac
- no
- Trim
- yes
- Length
- 8
- Characters
- ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789`~!@#$%^&*()_-+={}|[]\:";'<>?,./
- Use Leet
- none
- Leet Level
- 0
- Username
- none
- Modifier
- none
- Prefix
- none
- Suffix
- none
Command Line Options
Command line options are not posted here yet.
FAQ
Changes
Version 1.5
- Supports the url expressions from the RDF files (just provide an input url)
Version 1.4.2
- Defaults matches Firefox Extension.
This is a stub.