<CENTER></CENTER> <BR/> The number 1 problem in cryptocurrencies today is that people are losing their passwords. Forget about hackers and scammers, those are nothing compared to how many people are locked out of their money due to losing a password. I see people constantly on Bitcointalk screaming for help because their password is lost. So to avoid [tragedies like these](https://bitcointalk.org/index.php?topic=85495.0) you should immediately start using a password manager. In this tutorial I am going to talk about how to setup easily and use KeePassXC, the best and safest password manager in my opinion. There you can safely store passwords or even private keys, in encrypted format. First of all KeePassXC is an innovative fork of KeePassX with trusted developers, it's open source, so fuck the closed source password managers, you should not trust those. And it comes with tons of new features like OTP and TOTP systems as well as a better GUI. <BR/> ------------------------------ <BR/> # 1) Download & Verify KeePassXC -- SECURELY <BR/> Download it from here: https://keepassxc.org Make sure it's HTTPS, verified by Let's Encrypt, the last thing you want is to download a malware from a phishing website. Then also [verify the download](https://keepassxc.org/download), I'll be using the Linux portable version, and I really don't recommend people using Windows, just install a Linux operating system it's safer! <center></center> The Linux "Appimage" which is just a portable binary, but you can install it to `root` mode from the options available below, but I like the portable version, it can be put on a USB stick basically and the stick hidden away from thieves, so it offers strategic advantages. In my case the version currently is `2.20` the file name is `KeePassXC-2.2.0-x86_64.AppImage` Then verify the SHA256 hash by downloading that file too, for me the hash is: `d33640268b43496cb0f1906191404977d60ec6933c0ed827643c3fc1a6ac151e` Steemit posts become uneditable after 7 days so this is a good reference point to verify the authenticity, and compare this with your hash file, and the hash output of the application file which you get by opening the terminal in the same folder as the file is and typing in: `sha256sum KeePassXC-2.2.0-x86_64.AppImage` If the terminal output, the file hash (downloaded) and the hash I write above, all 3 match, then it's a good sign that the file downloaded is authentic, otherwise you could be a victim of an [MITM attack](https://en.wikipedia.org/wiki/Man-in-the-middle_attack). Then also verify the signature of the file, to verify that the file comes from the developers, here is a tutorial: * https://keepassxc.org/verifying-signatures Import the developer's public key: `gpg --keyserver pool.sks-keyservers.net --recv-keys 0xBF5A669F2272CF4324C1FDA8CFB4C2166397D0D2` Then download the GPG signature from the same page you downloaded the SHA sum, then open the terminal again from the same folder and check the public key against the signature, by entering this in the terminal: `gpg --verify KeePassXC-2.2.0-x86_64.AppImage.sig` It should show this: <center></center> Make sure the Primary Fingerprint matches mine: `BF5A 669F 2272 CF43 24C1 FDA8 CFB4 C216 6397 D0D2` If they don't match then you have probably downloaded a malware version of it. Sorry for all this fuss, it's technical and uncomfortable, but remember we are downloading a password manager, where you will probably store all your cryptocurrencies's related passwords, and you really don't want to download a malware. I mean it's critical for people to store their passwords safely and to know that the software they are using is real, genuine and trustworthy. So don't even think about using Windows if you are serious about security, just use [Linux Mint](https://linuxmint.com/) or [Debian](http://www.debian.org/). <BR/> ------------------------------ <BR/> # 2) Using KeePassXC I am using the portable version, so just start that, make it an executable and it runs: <center></center> When you first run it you will have to create a database file that will store all your passwords, you will always have to back this up after adding or changing passwords in it. Obviously if you add a new password to it, it won't be present in an older file, so make sure you always back this file up. <center></center> As you can see I already created a database file named `Passowrds.kdbx`, there are 2 ways to access it, either it's master password protected, or you open it with a key (which I have created there `keyfile`), or both. If the database will be master password based then use a good long strong password (which I will show you in a moment how to generate) and memorize that, write it down, or whatever. Remember without the password the database can't be opened! An alternative is to use a keyfile, here named `keyfile`, which you can generate by pressing the `Create` button, and then copy the keyfile to like a micro-SD card and hide that away. So in this case you can just open the database when you plug in the micro-SD card, and it will remember the path of the file. Easy access, but again, if you lose the keyfile or the card, then it's all lost, so proceed with caution and make backups if necessary. Remember the database file is basically public, it is an encrypted file so you don't have to worry about it being cracked, you can even upload it to places like Dropbox if you worry that your PC crashes, or make many copies of it to many USB sticks. Especially if the file is large like it can get up to 10-100 MB if you hold many stuff in there and add custom icons and things like that. **But the keyfile should be always kept secret, don't make that public ever, same with the master password, in fact it should be generated offline as well!** ### Master Password Generation You can generate a strong password (for master password of the database for example) by clicking on the dice icon: <center></center> You can set there how complex the password should be (numbers,caps,symbols) but it should have minimum `128 bits entropy`! [Entropy](https://en.wikipedia.org/wiki/Entropy) measures the "size of the haystack" of possibilities of your password, in this case 128 bits is a haystack of the size of 2<sup>128</sup> combinations, which is pretty impossible to guess. <center></center> This password is decent if I can say so. Also you can use (and should use) passphrases instead which are easier to memorize: <center></center> So after you have created your database file (here `Passowrds.kdbx` already created), you can customize it’s strength by choosing it’s properties, by going to DATABASE>DATABASE SETTINGS: <center></center> Leave the algorithm to [AES-256](https://en.wikipedia.org/wiki/Advanced_Encryption_Standard), but you can change the round size, if you click on benchmark it will set it to a number so that the database will open in 1 second. [NIST](https://en.wikipedia.org/wiki/NIST) recommends 10,000,000 rounds I believe, so if speed is not an issue then set it to that, but if the file gets large like >10 MB then this will slow down the user experience. So either leave it like that, but if you plan to upload the database as a backup to public [PRISM](https://en.wikipedia.org/wiki/PRISM_%28surveillance_program%29) places like Dropbox or Google Drive, then you should definitely set the round number to 10m or even higher!!! ### Add Password Entries Then after the database is created, backed up and customized to your needs, then start adding passwords here, or copy them out from Firefox or Chrome’s login/password bookmark lists, it’s much safer to store passwords in a database like this than in Firefox or chrome, and you can auto-type them into the login pages so no need to manually enter them. Add a new password entry for example: <center></center> Make sure you add the URL of the login link, I think it has to be the exact full link, so for Steemit it’s not `https://steemit.com` but `https://steemit.com/login.html` so make sure it’s the exact URL. Then choose an icon for it: <center></center> Your first entry will look like this, in the `Root` main folder, but you can also customize it: <center></center> Then just add groups there fore different things, and drag entries from 1 group to the other, organize it as you wish, pretty easy to learn, just drag items basically: <center></center> After you are done, back up the database, store it well and don’t lose nor expose your password or keyfile associated with it. <BR/> ------------------------------ <BR/> # Conclusion KeePassXC is the safest, most tested and most easy to use password manager in my opinion. With it’s new gorgeous design and features it helps you store your cryptocurrency related passwords and secrets safely. Of course this only works if you are careful, like have a secure PC, or perhaps use KeePassXC in a non-networked computer. It’s your decision and your responsibility to store your passwords safely. However this software makes it easy, instead of storing them on pieces of paper that get lost or browser login lists, which are insecure due to Javascript problems and things like that. No browser is sandboxed so no password stored there is safe, so storing in a safe database like this is better. The database itself should always be backed up, again the database can be public, but the password or the keyfile should not be. So a database backed up on multiple USB sticks and on Dropbox or Google Drive, meanwhile using a secret keyfile to open it, that is stored on multiple micro-SD cards hidden well away in multiple places is a good idea. When you use the software, you can just open the link of the website you want to login and press `CTRL+V` to auto-type the login/password into that page, or copy it manually, where the clipboard will be erased in 10 seconds, so you can browse after that safely, or set that timer to less in the options, if you can copy it quicker. ------------------------------------------ **Sources:** * [KeePassXC team](https://keepassxc.org/), software licensed under [GPL3](https://www.gnu.org/licenses/gpl.html) ------------------------------------------- <CENTER><H1>Upvote, ReSteem & <a href="https://steemit.com/@profitgenerator" target='_blank'><img src='https://s4.postimg.org/cfz9b1mnh/bluebutton.png' border='0' alt='bluebutton'/></a></H1> </CENTER>
author | profitgenerator |
---|---|
permlink | manage-your-passwords-safely-and-easily |
category | password |
json_metadata | {"tags":["password","steemit","cryptocurrency","howto","tutorial"],"image":["https://steemitimages.com/DQmTkbpkjsBVSCJuYjKhgNwVoTes9SdZnFKdb7a2UiR6HAa/1.png","https://steemitimages.com/DQmUfBBPtNNxi8knjj4ZKmWa9vKdHS6E5T2LmWJnQpnKCtr/z1.png","https://steemitimages.com/DQmfLG3frQsBuNKnfxcV96XUrh3ybnevcYrmXFjJ5QaYxGj/O1.png","https://steemitimages.com/DQmc6D69bgTVH3Asw1m5Ar4U6KReym79JBSZ7QMMi5Rj6fD/1.png","https://steemitimages.com/DQmbXXL4siFYq3URpAfU5kSDtkR93FD8Ugq36DHmrddgJKo/6.png","https://steemitimages.com/DQmZ8Co53ocnW2yoxozy6giZhEuGaaY2a9fKgz9c5diZyiG/3.png","https://steemitimages.com/DQmQMp7mZWCsHfhp1iRRwSzzJ6x7nZKXkmBFTCAEndWGSPH/4.png","https://steemitimages.com/DQmcvRVGmYMixqkoSVTSxzC8hkaEZAsuenzKdauwo26PKhW/5.png","https://steemitimages.com/DQmPsR758qPYFvesBvHLjXPqXYwurmnrs9NmPAgaQsKhW5B/7.png","https://steemitimages.com/DQmRTJ8oS1GQhvtNgYgaBmkpqbNiRxQzCs4EpMCfp1CLseb/8.png","https://steemitimages.com/DQmd6sQEZne2jamVK15a71w1Ercm4MZMcc71vmZHUWoXVkU/10.png","https://steemitimages.com/DQma4F9g4x1MrJzc5qC5TR4G5VK4RaUSPRwyC2jbc6NgzC2/9.png","https://steemitimages.com/DQmbw2BjQFRDztjd1poPCNdcBoKCR3nXP537ZkkY2kxUKTS/11.png","https://s4.postimg.org/cfz9b1mnh/bluebutton.png"],"links":["https://bitcointalk.org/index.php?topic=85495.0","https://keepassxc.org","https://keepassxc.org/download","https://en.wikipedia.org/wiki/Man-in-the-middle_attack","https://keepassxc.org/verifying-signatures","https://linuxmint.com/","http://www.debian.org/","https://en.wikipedia.org/wiki/Entropy","https://en.wikipedia.org/wiki/Advanced_Encryption_Standard","https://en.wikipedia.org/wiki/NIST","https://en.wikipedia.org/wiki/PRISM_%28surveillance_program%29","https://keepassxc.org/","https://www.gnu.org/licenses/gpl.html","https://steemit.com/@profitgenerator"],"app":"steemit/0.1","format":"markdown"} |
created | 2017-07-05 23:44:48 |
last_update | 2017-07-06 00:35:24 |
depth | 0 |
children | 19 |
last_payout | 2017-07-12 23:44:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 5.103 HBD |
curator_payout_value | 1.129 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 11,607 |
author_reputation | 68,549,319,463,075 |
root_title | "Manage Your Passwords Safely & Easily" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 7,455,014 |
net_rshares | 1,253,655,953,212 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
sandra | 0 | 16,722,855,489 | 6% | ||
ihashfury | 0 | 2,127,341,960 | 1.56% | ||
jason | 0 | 7,740,331,953 | 2.16% | ||
africa | 0 | 42,972,560,641 | 100% | ||
wingz | 0 | 56,474,056,615 | 100% | ||
angusleung100 | 0 | 2,342,170,955 | 100% | ||
michaellamden68 | 0 | 7,253,728,979 | 10% | ||
vortac | 0 | 564,628,662,489 | 20% | ||
gregm | 0 | 421,444,147,960 | 100% | ||
vanessavi | 0 | 6,252,021,293 | 100% | ||
sergey44 | 0 | 1,565,689,880 | 100% | ||
pakisnxt | 0 | 4,776,985,999 | 100% | ||
dumar022 | 0 | 20,639,800,652 | 11% | ||
skylineking88 | 0 | 2,301,958,181 | 100% | ||
profitgenerator | 0 | 15,774,366,550 | 100% | ||
saamychristen | 0 | 15,265,194,876 | 50% | ||
freebornangel | 0 | 2,701,720,439 | 4% | ||
sellergenius | 0 | 786,618,512 | 25% | ||
c4llmeco4ch | 0 | 1,801,547,455 | 100% | ||
corvuscoraxx | 0 | 263,111,904 | 11.96% | ||
mostshirleyalysa | 0 | 633,269,327 | 100% | ||
aismor | 0 | 439,091,839 | 100% | ||
fernandam | 0 | 832,269,491 | 30% | ||
syn999 | 0 | 14,723,594,902 | 100% | ||
keleka17 | 0 | 0 | 100% | ||
sacred-agent | 0 | 4,572,631,664 | 6% | ||
trafficbit | 0 | 181,843,858 | 100% | ||
natra | 0 | 11,256,572,683 | 100% | ||
enderenrique | 0 | 86,987,600 | 100% | ||
bmickov | 0 | 326,352,999 | 100% | ||
steemanator | 0 | 1,356,955,904 | 100% | ||
gokulnk | 0 | 934,369,500 | 100% | ||
whizzkid | 0 | 2,000,255,160 | 100% | ||
btcunchained | 0 | 19,518,972,275 | 100% | ||
suecmartinez | 0 | 174,210,130 | 20% | ||
realm | 0 | 1,038,225,400 | 100% | ||
vipin | 0 | 220,438,429 | 100% | ||
kumaranvpl | 0 | 203,135,688 | 100% | ||
pro20 | 0 | 248,271,746 | 100% | ||
favour | 0 | 1,073,631,835 | 100% | ||
elpi | 0 | 0 | 100% |
Good idea dude !
author | africa |
---|---|
permlink | re-profitgenerator-manage-your-passwords-safely-and-easily-20170706t002120938z |
category | password |
json_metadata | {"tags":["password"],"app":"steemit/0.1"} |
created | 2017-07-06 00:21:21 |
last_update | 2017-07-06 00:21:21 |
depth | 1 |
children | 0 |
last_payout | 2017-07-13 00:21:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 16 |
author_reputation | 209,336,083,890,609 |
root_title | "Manage Your Passwords Safely & Easily" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 7,457,918 |
net_rshares | 0 |
Good information buddy.... Thanks for the share... Is it available for android and ios
author | btcunchained |
---|---|
permlink | re-profitgenerator-manage-your-passwords-safely-and-easily-20170706t061012670z |
category | password |
json_metadata | {"tags":["password"],"app":"steemit/0.1"} |
created | 2017-07-06 06:10:15 |
last_update | 2017-07-06 06:10:15 |
depth | 1 |
children | 0 |
last_payout | 2017-07-13 06:10:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 86 |
author_reputation | 490,718,345,731 |
root_title | "Manage Your Passwords Safely & Easily" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 7,483,227 |
net_rshares | 0 |
Thank you for the informative post. I'll have to take a look at this password manager. Would you agree that multi-factor authentication is more important than just a strong password?
author | clovisptcomms |
---|---|
permlink | re-profitgenerator-manage-your-passwords-safely-and-easily-20170706t020314269z |
category | password |
json_metadata | {"tags":["password"],"app":"steemit/0.1"} |
created | 2017-07-06 02:03:12 |
last_update | 2017-07-06 02:03:12 |
depth | 1 |
children | 2 |
last_payout | 2017-07-13 02:03:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 184 |
author_reputation | 9,946,287,144 |
root_title | "Manage Your Passwords Safely & Easily" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 7,465,269 |
net_rshares | 0 |
It makes no sense 2FA is for like online websites where you don't control the private key but only have indirect access to it, through authentication methods. In case of a private key, there is no authhentication, the private key is what the money is, and either it's secure or it's not. In case of like a private key inside a keepass database, one method would be to have both password and keyfile login as well, so that both are needed for accessing the database. But if the computer is secure, then this is really an overstretch, I'd just go for a password that is easy to memorize.
author | profitgenerator |
---|---|
permlink | re-clovisptcomms-re-profitgenerator-manage-your-passwords-safely-and-easily-20170706t062351200z |
category | password |
json_metadata | {"tags":["password"],"app":"steemit/0.1"} |
created | 2017-07-06 06:24:00 |
last_update | 2017-07-06 06:24:00 |
depth | 2 |
children | 1 |
last_payout | 2017-07-13 06:24:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 588 |
author_reputation | 68,549,319,463,075 |
root_title | "Manage Your Passwords Safely & Easily" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 7,484,278 |
net_rshares | 0 |
Thanks for the reply and explanation. I think I have a better understanding. New to this block chain and cryptocurrency business, so will have to continue researching.
author | clovisptcomms |
---|---|
permlink | re-profitgenerator-re-clovisptcomms-re-profitgenerator-manage-your-passwords-safely-and-easily-20170706t110106160z |
category | password |
json_metadata | {"tags":["password"],"app":"steemit/0.1"} |
created | 2017-07-06 11:01:06 |
last_update | 2017-07-06 11:01:06 |
depth | 3 |
children | 0 |
last_payout | 2017-07-13 11:01:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 169 |
author_reputation | 9,946,287,144 |
root_title | "Manage Your Passwords Safely & Easily" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 7,506,427 |
net_rshares | 0 |
Excellent post my friend, visit my profile and read mine.
author | enderenrique |
---|---|
permlink | re-profitgenerator-manage-your-passwords-safely-and-easily-20170706t001229266z |
category | password |
json_metadata | {"tags":["password"],"app":"steemit/0.1"} |
created | 2017-07-06 00:12:42 |
last_update | 2017-07-06 00:12:42 |
depth | 1 |
children | 0 |
last_payout | 2017-07-13 00:12:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 57 |
author_reputation | -35,515,789,326 |
root_title | "Manage Your Passwords Safely & Easily" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 7,457,207 |
net_rshares | -5,234,196,471 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
lscottphotos | 0 | -5,234,196,471 | -100% |
Omg, thank you! This is totally for me because losing passwords is the story of my life and this is going to save me all kinds of stress. Thanks!
author | gringalicious |
---|---|
permlink | re-profitgenerator-manage-your-passwords-safely-and-easily-20170706t002500778z |
category | password |
json_metadata | {"tags":["password"],"app":"steemit/0.1"} |
created | 2017-07-06 00:25:03 |
last_update | 2017-07-06 00:25:03 |
depth | 1 |
children | 0 |
last_payout | 2017-07-13 00:25:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.070 HBD |
curator_payout_value | 0.007 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 145 |
author_reputation | 891,790,531,250,553 |
root_title | "Manage Your Passwords Safely & Easily" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 7,458,229 |
net_rshares | 15,774,366,550 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
profitgenerator | 0 | 15,774,366,550 | 100% |
I've been using lastpass of late, can't complain, it does everything i need
author | josephd |
---|---|
permlink | re-profitgenerator-manage-your-passwords-safely-and-easily-20170706t110501496z |
category | password |
json_metadata | {"tags":["password"],"app":"steemit/0.1"} |
created | 2017-07-06 11:05:03 |
last_update | 2017-07-06 11:05:03 |
depth | 1 |
children | 0 |
last_payout | 2017-07-13 11:05:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.022 HBD |
curator_payout_value | 0.007 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 75 |
author_reputation | 1,477,494,490,230 |
root_title | "Manage Your Passwords Safely & Easily" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 7,506,737 |
net_rshares | 6,124,441,237 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
josephd | 0 | 6,124,441,237 | 100% |
I use last pass but this look a lot safer then last pass, Is there away to use this on android.
author | skylineking88 |
---|---|
permlink | re-profitgenerator-manage-your-passwords-safely-and-easily-20170706t001544311z |
category | password |
json_metadata | {"tags":["password"],"app":"steemit/0.1"} |
created | 2017-07-06 00:15:45 |
last_update | 2017-07-06 00:15:45 |
depth | 1 |
children | 4 |
last_payout | 2017-07-13 00:15:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 95 |
author_reputation | 1,368,401,341,909 |
root_title | "Manage Your Passwords Safely & Easily" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 7,457,462 |
net_rshares | 0 |
I really dont understand why people use closed sourced software where nobody knows what it does? [Windows 10 has also been caught](http://www.pcworld.com/article/2974057/windows/how-to-turn-off-windows-10s-keylogger-yes-it-still-has-one.html), allegedly, that it sends out keystrokes via the internet, basically a keylogger.... * https://news.ycombinator.com/item?id=10053420 So I think people should just start using Linux+Keepass
author | profitgenerator |
---|---|
permlink | re-skylineking88-re-profitgenerator-manage-your-passwords-safely-and-easily-20170706t002040600z |
category | password |
json_metadata | {"tags":["password"],"links":["http://www.pcworld.com/article/2974057/windows/how-to-turn-off-windows-10s-keylogger-yes-it-still-has-one.html","https://news.ycombinator.com/item?id=10053420"],"app":"steemit/0.1"} |
created | 2017-07-06 00:20:54 |
last_update | 2017-07-06 00:21:51 |
depth | 2 |
children | 3 |
last_payout | 2017-07-13 00:20:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 433 |
author_reputation | 68,549,319,463,075 |
root_title | "Manage Your Passwords Safely & Easily" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 7,457,873 |
net_rshares | 0 |
The problem with it is a lot people don't know Linux like i have said before i think, And mostly change people hate change.It seams there is not as much support for it from a lot of things . it is getting a lot more support for hardware but there is still some coins that don't have wallets. Yes there was keylogger i am have read this before and there is a way to so called shut it off.
author | skylineking88 |
---|---|
permlink | re-profitgenerator-re-skylineking88-re-profitgenerator-manage-your-passwords-safely-and-easily-20170706t014945477z |
category | password |
json_metadata | {"tags":["password"],"app":"steemit/0.1"} |
created | 2017-07-06 01:49:45 |
last_update | 2017-07-06 01:50:48 |
depth | 3 |
children | 2 |
last_payout | 2017-07-13 01:49:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.087 HBD |
curator_payout_value | 0.028 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 388 |
author_reputation | 1,368,401,341,909 |
root_title | "Manage Your Passwords Safely & Easily" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 7,464,257 |
net_rshares | 23,661,549,825 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
profitgenerator | 0 | 23,661,549,825 | 100% |
Last pass works good too.
author | steemanator |
---|---|
permlink | re-profitgenerator-manage-your-passwords-safely-and-easily-20170705t235614694z |
category | password |
json_metadata | {"tags":["password"],"app":"steemit/0.1"} |
created | 2017-07-05 23:56:18 |
last_update | 2017-07-05 23:56:18 |
depth | 1 |
children | 1 |
last_payout | 2017-07-12 23:56:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 25 |
author_reputation | 53,508,131,669 |
root_title | "Manage Your Passwords Safely & Easily" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 7,455,965 |
net_rshares | 2,233,602,934 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
steemanator | 0 | 1,386,295,491 | 100% | ||
wintermute | 0 | 847,307,443 | 100% |
No thanks, it's not open source....
author | profitgenerator |
---|---|
permlink | re-steemanator-re-profitgenerator-manage-your-passwords-safely-and-easily-20170705t235849700z |
category | password |
json_metadata | {"tags":["password"],"app":"steemit/0.1"} |
created | 2017-07-05 23:58:57 |
last_update | 2017-07-05 23:58:57 |
depth | 2 |
children | 0 |
last_payout | 2017-07-12 23:59:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 35 |
author_reputation | 68,549,319,463,075 |
root_title | "Manage Your Passwords Safely & Easily" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 7,456,158 |
net_rshares | 0 |
I prefer a decentralized password holder, this ones a bit too central for me ;P
author | whapner |
---|---|
permlink | re-profitgenerator-manage-your-passwords-safely-and-easily-20170706t004157448z |
category | password |
json_metadata | {"tags":["password"],"app":"steemit/0.1"} |
created | 2017-07-06 00:42:15 |
last_update | 2017-07-06 00:42:15 |
depth | 1 |
children | 1 |
last_payout | 2017-07-13 00:42:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 79 |
author_reputation | 9,562,838,428 |
root_title | "Manage Your Passwords Safely & Easily" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 7,459,345 |
net_rshares | 826,663,669 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
whapner | 0 | 826,663,669 | 100% |
There is no such thing, all passwords centralize in your mind eventually.
author | profitgenerator |
---|---|
permlink | re-whapner-re-profitgenerator-manage-your-passwords-safely-and-easily-20170706t012345300z |
category | password |
json_metadata | {"tags":["password"],"app":"steemit/0.1"} |
created | 2017-07-06 01:24:00 |
last_update | 2017-07-06 01:24:00 |
depth | 2 |
children | 0 |
last_payout | 2017-07-13 01:24:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 73 |
author_reputation | 68,549,319,463,075 |
root_title | "Manage Your Passwords Safely & Easily" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 7,462,365 |
net_rshares | 790,193,213 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
whapner | 0 | 790,193,213 | 100% |
Good job! I am using truecrypt for these issues. But this looks quite good as well. Use awsome encryption or simply do it like "Mam" and wright it down 😉. But keep some "emergency" backup of your passwords.
author | whizzkid | ||||||
---|---|---|---|---|---|---|---|
permlink | re-profitgenerator-201776t23921120z | ||||||
category | password | ||||||
json_metadata | {"tags":"password","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-07-06 00:39:24 | ||||||
last_update | 2017-07-06 00:39:24 | ||||||
depth | 1 | ||||||
children | 1 | ||||||
last_payout | 2017-07-13 00:39:24 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 206 | ||||||
author_reputation | 407,475,625,680 | ||||||
root_title | "Manage Your Passwords Safely & Easily" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 7,459,137 | ||||||
net_rshares | 0 |
Why not use Veracrypt then? Truecrypt is obsolete and has many vulnerabilities. Veracrypt is the latest fork of is: * https://veracrypt.codeplex.com/
author | profitgenerator |
---|---|
permlink | re-whizzkid-re-profitgenerator-201776t23921120z-20170706t012209900z |
category | password |
json_metadata | {"tags":["password"],"links":["https://veracrypt.codeplex.com/"],"app":"steemit/0.1"} |
created | 2017-07-06 01:22:18 |
last_update | 2017-07-06 01:22:18 |
depth | 2 |
children | 0 |
last_payout | 2017-07-13 01:22:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 149 |
author_reputation | 68,549,319,463,075 |
root_title | "Manage Your Passwords Safely & Easily" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 7,462,233 |
net_rshares | 0 |