create account

Can you remember your Steemit password? If so, you are in danger. by arhag

View this thread on: hive.blogpeakd.comecency.com
· @arhag · (edited)
$9,187.59
Can you remember your Steemit password? If so, you are in danger.
Clickbaity title, I know. But this is an important message, so I have to grab people's attention. I hope you read it fully.

![Warning sign](https://i.imgsafe.org/ea1e136503.gif)

Are you familiar with that situation when the (centralized) website you use gets hacked, and the hackers grab the entire database full of the website's (hopefully hashed) passwords?

What do they always tell you to do in that situation? **Change your password.**
In fact, ideally, they shouldn't even let you login to the website unless you first change your password, simply as a way to just force you to do the right thing and **change your damn password**.

Do you also know how the experts always seem to tell you to not reuse passwords? Why is that?

It is because when (not if) the websites you use get hacked and their database of (hopefully hashed) passwords is stolen, the hackers could then use that recovered password to log in to the other services for which you use that same password. So the one website you use that got hacked ends up being a central point of failure for all the websites you use (that you use the same password for). Even if the password database stored salted and hashed passwords (which is the standard procedure), the actual plain-text password can be brute forced.

Brute forcing the password under normal circumstances is not typically a big worry. This is because the hashed password is kept by the centralized website operator only (until they get hacked of course). The website operator can then rate-limit attempts at guessing the password, thus making brute-forcing infeasible. 

But when the database of hashed passwords is hacked, the hackers have the entire database offline available for them to brute force at the fastest rate their available computing power allows them to guess passwords. There is no rate-limiting possible anymore under this condition. This is why it is urgent for the user to change their password quickly because eventually the hacker will discover the password and be able to log in unless it is a really really strong password (Note: if you are not sure what makes a strong password, or you don't understand what the word "entropy" is, you almost certainly do not have a really strong password as used within this context.) 

But the hackers can keep their CPUs busy brute-forcing the password even after you have already changed your password on the website, assuming they are interested in doing so. You have to assume when the database of hashed passwords was compromised, that the hacker will eventually discover your (not strong) password if they wish to do so. So changing the password on the service that got hacked is not good enough if you are the type of person that reuses passwords (and most unfortunately do). You need to make sure that nothing you care about or depend on uses that (not-so-)secret information (your old password) as authorization. In other words, you need to change that compromised password on any services that use them, whether those services were hacked or not.

**So what does this have to do with Steemit?** Well Steemit is not like a traditional website you may be used to. Steemit puts its entire database (including the database of hashed passwords) on the *public blockchain*. That's right. The *normal* operating state of Steemit is the state in which most typical centralized websites are in *after* they get hacked.

![Jackie Chan WTF meme](https://imgflip.com/s/meme/Jackie-Chan-WTF.jpg)

Now this is actually a good thing in most situations because Steemit (the company) does not have a monopoly over your data. Free market competition can exist within this space. A competitor can create their own front-end to the Steem blockchain that perhaps has a better user experience or nicer features. And you would be free to move over to that service without giving up all your data or social network of friends and followers.

The downside, however, is that the hashed password database is on the public blockchain for everyone (including malicious hackers) to see and have fun with. This puts incredibly demanding requirements on the password used to derive your Steem keys that are not typical of other (centralized) services. You may have been surprised by the 16 character requirements when signing up for steemit.com. Now there is talk of moving to 32 character passwords. Unfortunately, that is not likely to be enough. Some idio... err beloved user... may decide to get around that length requirement by choosing the password "passwordpasswordpasswordpassword" which would likely get cracked in a brute-force attempt in seconds. Even if the entropy checker catches that and refuses to allow the user to use that password, there are always ways around it that are nearly as bad. The user may decide to repeat their name backwards 4 times instead (a name which they may have published in their introduction post by the way). This too will likely be cracked in a relatively short time period by moderately sophisticated brute force tools.

At this point you may be sighing in desperation asking "**But arhag, what am I supposed to do? If I choose a password that actually is strong, there is no way my memory is good enough to actually remember it.**"

**EXACTLY**

That's the point. You aren't supposed to remember it. It *should* be strong enough that you *cannot* remember it. 

![Avengers Hulk That's my secret meme: "That's my secret. I don't know my password."](http://e.lvme.me/ra178ch.jpg)
*(I found this image meme from [this post](https://steemit.com/steemit/@lukestokes/upvote-if-you-changed-your-owner-password-active-password-posting-password-and-memo-password) and I thought it was great.)*

I don't know nearly all of my passwords, with the exception of the master password for my password manager and just a few other passwords/passphrases for decrypting the encrypted volumes on my devices or for unlocking the screen of my devices.

The big idea is to use a password manager. You use the password manager to generate random high-entropy passwords to use on any website or service.  In the case of your Steem/Steemit password, you ideally want to have 256-bits of entropy (many password managers have easy settings to generate this for you). You also use the password manager to store your passwords and other secret authorization information that you don't trust yourself to properly remember.

You may ask what is the point in having a strong 256-bit entropy Steemit password stored in your encrypted password manager database, when the passphrase to decrypt that password database has to be memorizable and therefore likely to be much less than 256-bits of entropy. Well besides the fact that you have to remember less unique passwords assuming you use the password manager for more than just one website/service, the major benefit is that your encrypted password database isn't stored on a public blockchain! The encrypted password database is either stored on your local computer, meaning your computer would need to be hacked (or stolen if you don't use disk encryption) before the hackers could begin brute-forcing the passphrase, or it is stored on a password manager service provider's servers, in which case they can rate-limit brute-force attempts to make brute-forcing infeasible and perhaps additionally require two-factor authentication for better security.

There are a few posts floating around steemit.com talking about password managers. So I recommend you use the search function to find them and read up on them. [Here](https://steemit.com/steemit/@fyrstikken/stop-everything-you-do-right-now-and-make-super-secure-unique-password-for-your-3-steemit-logins) is one as an example. Personally, I like to use KeePass. But for convenience and ease of use, I would actually recommend something that takes care of the syncing problem for you and has good browser support, such as [Lastpass](https://lastpass.com/) (but you may prefer some other similar service).

**So in conclusion,** if you are currently using a password on steemit.com that you remember, you are doing it all very very wrong. You will almost certainly eventually get hacked, [assuming you haven't already](https://steemit.com/steem/@robinhood/offline-attack-on-steem-user-credentials). The solution is to use a password manager to generate a random 256-bit entropy password for steemit.com and to save and manage that password using your password manager app/service. More generally, it isn't a good idea to use memorizable passwords for any website or service when you have the much better option of using a password manager. It actually becomes less of a burden on you (in terms of remembering and managing passwords) when you take that leap and start using a password manager. You only end up needing to remember one good password (or better yet a [passphrase](https://www.explainxkcd.com/wiki/index.php/936:_Password_Strength)). And it makes it super easy to use best practices (very strong passwords that are unique to each website and service) because you just let the password manager generate a new password for you for every website/service.

Now go out there and find a password manager that works for you, generate a strong password, and change your steemit.com password as soon as possible. Think about how hard you likely work to earn a good amount of money. Learning how to properly use a password manager in comparison is very unlikely to be anywhere near as hard. A lot of you may have a decent amount of money in your accounts that are at risk by your use of a password that your brain came up with rather than a password the computer (i.e. the password manager) comes up with it. So by continuing to not use a password manager for your steemit.com password, you are essentially devaluing your own hard work.
πŸ‘  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 398 others
properties (23)
authorarhag
permlinkcan-you-remember-your-steemit-password-if-so-you-are-in-danger
categorysteem
json_metadata{"tags":["steem","steemit","security"],"image":["https://i.imgsafe.org/ea1e136503.gif"]}
created2016-07-19 23:35:27
last_update2016-07-20 05:21:39
depth0
children53
last_payout2016-08-24 14:17:45
cashout_time1969-12-31 23:59:59
total_payout_value8,693.747 HBD
curator_payout_value493.844 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length9,823
author_reputation52,490,827,205,383
root_title"Can you remember your Steemit password? If so, you are in danger."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id203,030
net_rshares143,475,879,557,017
author_curate_reward""
vote details (462)
@adminjs ·
thats why i use Laspass
properties (22)
authoradminjs
permlinkre-arhag-can-you-remember-your-steemit-password-if-so-you-are-in-danger-20160721t060424139z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-21 06:04:24
last_update2016-07-21 06:04:24
depth1
children0
last_payout2016-08-24 14:17:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length23
author_reputation-62,587,616
root_title"Can you remember your Steemit password? If so, you are in danger."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id239,609
net_rshares0
@bhokor ·
Great post, thank you, i strongly suggest to use a 16 non repeated characters alphanumeric with some characters, it should be enought
properties (22)
authorbhokor
permlinkre-arhag-can-you-remember-your-steemit-password-if-so-you-are-in-danger-20160720t015805813z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-20 01:58:06
last_update2016-07-20 01:58:06
depth1
children0
last_payout2016-08-24 14:17:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length133
author_reputation1,535,566,094,086
root_title"Can you remember your Steemit password? If so, you are in danger."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id206,223
net_rshares0
@conda ·
https://xkcd.com/936/
I will leave this here
πŸ‘  , ,
properties (23)
authorconda
permlinkre-arhag-can-you-remember-your-steemit-password-if-so-you-are-in-danger-20160720t001018518z
categorysteem
json_metadata{"tags":["steem"],"links":["https://xkcd.com/936/"]}
created2016-07-20 00:10:18
last_update2016-07-20 00:10:18
depth1
children2
last_payout2016-08-24 14:17:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length44
author_reputation222,031,173,748
root_title"Can you remember your Steemit password? If so, you are in danger."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id203,847
net_rshares8,265,628,737
author_curate_reward""
vote details (3)
@arhag ·
$0.87
In case you didn't notice, I actually already linked to it in the post. : )
πŸ‘  , , , , , ,
properties (23)
authorarhag
permlinkre-conda-re-arhag-can-you-remember-your-steemit-password-if-so-you-are-in-danger-20160720t001702309z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-20 00:17:03
last_update2016-07-20 00:17:03
depth2
children1
last_payout2016-08-24 14:17:45
cashout_time1969-12-31 23:59:59
total_payout_value0.680 HBD
curator_payout_value0.192 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length75
author_reputation52,490,827,205,383
root_title"Can you remember your Steemit password? If so, you are in danger."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id203,997
net_rshares470,249,875,831
author_curate_reward""
vote details (7)
@conda ·
https://steemit.com/steem/@conda/lpt-how-to-create-a-long-hard-to-crack-password-you-can-remember
Just wrote this based on this post. At the very least this is a good way to create a password you may want to use for your password manager.
πŸ‘  
πŸ‘Ž  
properties (23)
authorconda
permlinkre-arhag-re-conda-re-arhag-can-you-remember-your-steemit-password-if-so-you-are-in-danger-20160720t001940336z
categorysteem
json_metadata{"tags":["steem"],"links":["https://steemit.com/steem/@conda/lpt-how-to-create-a-long-hard-to-crack-password-you-can-remember"]}
created2016-07-20 00:19:42
last_update2016-07-20 00:19:42
depth3
children0
last_payout2016-08-24 14:17:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length238
author_reputation222,031,173,748
root_title"Can you remember your Steemit password? If so, you are in danger."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id204,054
net_rshares-344,220,645,561
author_curate_reward""
vote details (2)
@cosmin ·
Dash lane is a very good password manager which encrypts your account, personal, and even credit card info if you wish to use it for those cases. 
Another cool trick is that it allows you to sync in between your devices.
P.S don't use last pass, their security is bad, keepassx is also good
properties (22)
authorcosmin
permlinkre-arhag-can-you-remember-your-steemit-password-if-so-you-are-in-danger-20160720t173211871z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-20 17:32:12
last_update2016-07-20 17:32:12
depth1
children0
last_payout2016-08-24 14:17:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length290
author_reputation131,004,895,544
root_title"Can you remember your Steemit password? If so, you are in danger."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id224,237
net_rshares0
@cryptobarry ·
For now a password generator should be used but this place really needs two-factor.
πŸ‘  
properties (23)
authorcryptobarry
permlinkre-arhag-can-you-remember-your-steemit-password-if-so-you-are-in-danger-20160720t103157866z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-20 10:31:57
last_update2016-07-20 10:31:57
depth1
children0
last_payout2016-08-24 14:17:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length83
author_reputation4,967,488,810,714
root_title"Can you remember your Steemit password? If so, you are in danger."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id215,694
net_rshares108,441,946
author_curate_reward""
vote details (1)
@cryptogee ·
Brilliant @arhag, the title isn't clickbait, it's spot on, I can't remember any of my passwords and use weird symbols, that you have to press various combinations of keys.

A website told me recently that my password would take several times the age of the universe to brute force guess.

:-D

*CG*
properties (22)
authorcryptogee
permlinkre-arhag-can-you-remember-your-steemit-password-if-so-you-are-in-danger-20160720t060252860z
categorysteem
json_metadata{"tags":["steem"],"users":["arhag"]}
created2016-07-20 06:02:57
last_update2016-07-20 06:02:57
depth1
children0
last_payout2016-08-24 14:17:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length298
author_reputation419,387,439,147,428
root_title"Can you remember your Steemit password? If so, you are in danger."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id210,961
net_rshares0
@daycrypter · (edited)
Thanks , very informative. I have a job to do now :D
πŸ‘  
properties (23)
authordaycrypter
permlinkre-arhag-can-you-remember-your-steemit-password-if-so-you-are-in-danger-20160720t042805920z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-20 04:28:06
last_update2016-07-20 04:32:39
depth1
children0
last_payout2016-08-24 14:17:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length52
author_reputation3,591,203,278,616
root_title"Can you remember your Steemit password? If so, you are in danger."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id209,315
net_rshares1,631,826,432
author_curate_reward""
vote details (1)
@decryptson ·
Great post! Very informative and helpful.
Read my previous post about Password Security if you have the chance :) 
https://steemit.com/steemit/@decryptson/in-wake-of-steemit-hack-important
properties (22)
authordecryptson
permlinkre-arhag-can-you-remember-your-steemit-password-if-so-you-are-in-danger-20160720t171718915z
categorysteem
json_metadata{"tags":["steem"],"links":["https://steemit.com/steemit/@decryptson/in-wake-of-steemit-hack-important"]}
created2016-07-20 17:17:18
last_update2016-07-20 17:17:18
depth1
children0
last_payout2016-08-24 14:17:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length188
author_reputation681,989,783,780
root_title"Can you remember your Steemit password? If so, you are in danger."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id223,899
net_rshares0
@diego24 ·
Good post. For the moment I don't have much to fear. There is not much to steal from me.
πŸ‘  
properties (23)
authordiego24
permlinkre-arhag-can-you-remember-your-steemit-password-if-so-you-are-in-danger-20160720t010131640z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-20 01:01:33
last_update2016-07-20 01:01:33
depth1
children1
last_payout2016-08-24 14:17:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length88
author_reputation3,638,848,948,761
root_title"Can you remember your Steemit password? If so, you are in danger."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id205,004
net_rshares95,216,087
author_curate_reward""
vote details (1)
@cass · (edited)
your digital identity here at steemit isn't much?
properties (22)
authorcass
permlinkre-diego24-re-arhag-can-you-remember-your-steemit-password-if-so-you-are-in-danger-20160720t125305515z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-20 12:53:06
last_update2016-07-20 12:53:12
depth2
children0
last_payout2016-08-24 14:17:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length49
author_reputation87,554,098,144,619
root_title"Can you remember your Steemit password? If so, you are in danger."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id218,353
net_rshares0
@dka · (edited)
Thank you @arhag totally agree
I've just started out with Steemit, check out my first post.
https://steemit.com/introduceyourself/@dka/from-south-africa-to-laos-introduceyourself
properties (22)
authordka
permlinkre-arhag-can-you-remember-your-steemit-password-if-so-you-are-in-danger-20160721t101912888z
categorysteem
json_metadata{"tags":["steem"],"users":["arhag"],"links":["https://steemit.com/introduceyourself/@dka/from-south-africa-to-laos-introduceyourself"]}
created2016-07-21 10:19:18
last_update2016-07-21 10:21:30
depth1
children0
last_payout2016-08-24 14:17:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length178
author_reputation1,104,125,831,438
root_title"Can you remember your Steemit password? If so, you are in danger."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id243,345
net_rshares0
@ebendonkor ·
Great post!  I have always had a problem with password managers that I didn't know what the problem was.  But, with this explanation of password managers, I am going to get a password manager/service now.
properties (22)
authorebendonkor
permlinkre-arhag-can-you-remember-your-steemit-password-if-so-you-are-in-danger-20171125t111245009z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-11-25 11:12:45
last_update2017-11-25 11:12:45
depth1
children0
last_payout2017-12-02 11:12:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length204
author_reputation0
root_title"Can you remember your Steemit password? If so, you are in danger."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id21,474,037
net_rshares0
@eliteturbo · (edited)
If someone gets your password, doesn't this mean they now have the private WIF keys to the account that never changes?
properties (22)
authoreliteturbo
permlinkre-arhag-can-you-remember-your-steemit-password-if-so-you-are-in-danger-20160720t103908992z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-20 10:39:12
last_update2016-07-20 10:40:09
depth1
children0
last_payout2016-08-24 14:17:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length118
author_reputation151,691,976,604
root_title"Can you remember your Steemit password? If so, you are in danger."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id215,838
net_rshares0
@flauwy ·
Most people don't know how easy it is to hack an unsecure password. I memorize all my passwords and so can you. With memory techniques you can remember very secure and long passwords. Today I posted about a new free ebook from a memory coach friend of mine. Follow me for more about memory and get the book as long as it is free: https://steemit.com/security/@flauwy/new-ebook-free-for-limited-time-the-hack-proof-password-system
properties (22)
authorflauwy
permlinkre-arhag-can-you-remember-your-steemit-password-if-so-you-are-in-danger-20170619t155807433z
categorysteem
json_metadata{"tags":["steem"],"links":["https://steemit.com/security/@flauwy/new-ebook-free-for-limited-time-the-hack-proof-password-system"],"app":"steemit/0.1"}
created2017-06-19 15:58:12
last_update2017-06-19 15:58:12
depth1
children0
last_payout2017-06-26 15:58:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length429
author_reputation296,259,911,900,510
root_title"Can you remember your Steemit password? If so, you are in danger."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id5,272,085
net_rshares0
@gabbans ·
i will strongly recommend that you have password keeper app, that is for those who can not keep thier password. a very app i use is called( keeper app)
properties (22)
authorgabbans
permlinkre-arhag-can-you-remember-your-steemit-password-if-so-you-are-in-danger-20160720t211816540z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-20 21:18:15
last_update2016-07-20 21:18:15
depth1
children0
last_payout2016-08-24 14:17:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length151
author_reputation434,604,294,457
root_title"Can you remember your Steemit password? If so, you are in danger."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id229,844
net_rshares0
@hipsterjesus ·
Very informative!
πŸ‘  
properties (23)
authorhipsterjesus
permlinkre-arhag-can-you-remember-your-steemit-password-if-so-you-are-in-danger-20160719t234718602z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-19 23:47:21
last_update2016-07-19 23:47:21
depth1
children0
last_payout2016-08-24 14:17:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length17
author_reputation90,527,825,715
root_title"Can you remember your Steemit password? If so, you are in danger."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id203,297
net_rshares97,430,414
author_curate_reward""
vote details (1)
@inanurwijaya01 ·
Thank you for your attention. It's very important to steemit user
πŸ‘  ,
properties (23)
authorinanurwijaya01
permlinkre-arhag-can-you-remember-your-steemit-password-if-so-you-are-in-danger-20160721t050012081z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-21 05:00:24
last_update2016-07-21 05:00:24
depth1
children0
last_payout2016-08-24 14:17:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length65
author_reputation1,654,128,379
root_title"Can you remember your Steemit password? If so, you are in danger."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id238,738
net_rshares205,214,231
author_curate_reward""
vote details (2)
@intelliguy ·
$0.05
This post helped a lot of people.   The first I heard that there was an intrusion, I changed my owner and active key, which saved me.

I also tried to make a FAQ (look me up) for other issues to stop the junk posts.

Arhag, thanks again.
πŸ‘  
properties (23)
authorintelliguy
permlinkre-arhag-can-you-remember-your-steemit-password-if-so-you-are-in-danger-20160722t022727395z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-22 02:27:54
last_update2016-07-22 02:27:54
depth1
children0
last_payout2016-08-24 14:17:45
cashout_time1969-12-31 23:59:59
total_payout_value0.045 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length237
author_reputation62,276,657,564,898
root_title"Can you remember your Steemit password? If so, you are in danger."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id264,467
net_rshares28,692,888,857
author_curate_reward""
vote details (1)
@iobates ·
So I will just keep remembering all my passwords, different for all sites and I think safe (probably should get it checked)
I do it like this https://steemit.com/passwords/@iobates/passwords-the-right-way
properties (22)
authoriobates
permlinkre-arhag-can-you-remember-your-steemit-password-if-so-you-are-in-danger-20170621t203522419z
categorysteem
json_metadata{"tags":["steem"],"links":["https://steemit.com/passwords/@iobates/passwords-the-right-way"],"app":"steemit/0.1"}
created2017-06-21 20:35:21
last_update2017-06-21 20:35:21
depth1
children0
last_payout2017-06-28 20:35:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length204
author_reputation9,228,087,136,240
root_title"Can you remember your Steemit password? If so, you are in danger."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id5,543,065
net_rshares0
@james1337 ·
Is it safe, when using something like KeePass with Chrome, to let Chrome remember your password for you?

I've always wondered about that...
properties (22)
authorjames1337
permlinkre-arhag-can-you-remember-your-steemit-password-if-so-you-are-in-danger-20160720t235928069z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-20 23:59:30
last_update2016-07-20 23:59:30
depth1
children0
last_payout2016-08-24 14:17:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length140
author_reputation1,496,822,110,191
root_title"Can you remember your Steemit password? If so, you are in danger."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id233,639
net_rshares0
@jayjustmay · (edited)
o'man.. that meme was hilarious to me! My account got hacked so I just said "screw it" and ate a bunch of fortune cookies (like 100 of them) then I gave all the paper slips to a blind man and instructed him to take the 3rd letter of every slip and stutter them a-sequentially and then to take the 6th letter in each slip of paper and decipher the numeric value from the letter and do likewise. Then some random symbols were thrown in and BAM! I got my new password.

Okay, I just had a piece of software generate it for me and it looks crazy as hell but if I had my first choice I'd totally do it that way!
properties (22)
authorjayjustmay
permlinkre-arhag-can-you-remember-your-steemit-password-if-so-you-are-in-danger-20160720t085747319z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-20 08:57:54
last_update2016-07-20 08:58:36
depth1
children0
last_payout2016-08-24 14:17:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length606
author_reputation895,548,884,934
root_title"Can you remember your Steemit password? If so, you are in danger."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id213,975
net_rshares0
@jemekite ·
Great post  @arhag !!! 
I always use [KeePass](http://keepass.info/) as my password manager and saved my encrypted pass database on dropbox so I can access it anywhere along with KeeFox and ChromeIpass browser extension.
properties (22)
authorjemekite
permlinkre-arhag-can-you-remember-your-steemit-password-if-so-you-are-in-danger-20160720t060714171z
categorysteem
json_metadata{"tags":["steem"],"users":["arhag"],"links":["http://keepass.info/"]}
created2016-07-20 06:07:15
last_update2016-07-20 06:07:15
depth1
children0
last_payout2016-08-24 14:17:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length220
author_reputation561,514,553,378
root_title"Can you remember your Steemit password? If so, you are in danger."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id211,035
net_rshares0
@katecloud · (edited)
This is so true and great advice!! I was hacked yesterday and guess why...my awful choice of a password. Happy to say my new PW would probably give most a head ache just looking at! I guess the only mistakes we make are the ones we don't learn from. *clearing throat* "um, lesson learned I took a screen shot of my success minutes before I was hacked check out that dollar amount...yeah it stung.
![](http://i.imgsafe.org/04a781632d.png)
πŸ‘  
properties (23)
authorkatecloud
permlinkre-arhag-can-you-remember-your-steemit-password-if-so-you-are-in-danger-20160721t040805732z
categorysteem
json_metadata{"tags":["steem"],"image":["http://i.imgsafe.org/04a781632d.png"]}
created2016-07-21 04:07:51
last_update2016-07-21 04:09:12
depth1
children0
last_payout2016-08-24 14:17:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length437
author_reputation58,328,321,288,985
root_title"Can you remember your Steemit password? If so, you are in danger."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id237,969
net_rshares874,990,695
author_curate_reward""
vote details (1)
@kirtash85 ·
$0.89
properties (23)
authorkirtash85
permlinkre-arhag-can-you-remember-your-steemit-password-if-so-you-are-in-danger-20160720t002014664z
categorysteem
json_metadata{"tags":["steem"],"image":["http://i64.tinypic.com/2hgxmhk.jpg"]}
created2016-07-20 00:20:30
last_update2016-07-20 00:20:30
depth1
children0
last_payout2016-08-24 14:17:45
cashout_time1969-12-31 23:59:59
total_payout_value0.678 HBD
curator_payout_value0.207 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length34
author_reputation371,447,815,009
root_title"Can you remember your Steemit password? If so, you are in danger."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id204,071
net_rshares451,954,753,039
author_curate_reward""
vote details (14)
@ladypenelope1 ·
Thanks for the heads up - good article
πŸ‘  
properties (23)
authorladypenelope1
permlinkre-arhag-can-you-remember-your-steemit-password-if-so-you-are-in-danger-20160719t235503711z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-19 23:55:06
last_update2016-07-19 23:55:06
depth1
children0
last_payout2016-08-24 14:17:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length38
author_reputation17,576,566,035,637
root_title"Can you remember your Steemit password? If so, you are in danger."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id203,469
net_rshares97,430,414
author_curate_reward""
vote details (1)
@lemooljiang ·
yeah,I forgot  passwords,so I must use a neu count.
πŸ‘  
properties (23)
authorlemooljiang
permlinkre-arhag-can-you-remember-your-steemit-password-if-so-you-are-in-danger-20160721t004023013z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-21 00:40:21
last_update2016-07-21 00:40:21
depth1
children0
last_payout2016-08-24 14:17:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length51
author_reputation437,302,424,255,061
root_title"Can you remember your Steemit password? If so, you are in danger."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id234,500
net_rshares107,292,489
author_curate_reward""
vote details (1)
@lichtblick · (edited)
Hello @argh, this is  very important topic to change the password. 
I have made a video tutorial and share my own experiences why a password change can be so difficult for our minds.
https://steemit.com/tutorial/@lichtblick/how-to-change-your-password-on-steemit-my-own-experiences-and-a-video-tutorial
πŸ‘  
properties (23)
authorlichtblick
permlinkre-arhag-can-you-remember-your-steemit-password-if-so-you-are-in-danger-20160721t055129614z
categorysteem
json_metadata{"tags":["steem"],"users":["argh"],"links":["https://steemit.com/tutorial/@lichtblick/how-to-change-your-password-on-steemit-my-own-experiences-and-a-video-tutorial"]}
created2016-07-21 05:51:30
last_update2016-07-21 05:55:00
depth1
children0
last_payout2016-08-24 14:17:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length302
author_reputation735,233,245,946,750
root_title"Can you remember your Steemit password? If so, you are in danger."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id239,420
net_rshares23,648,397
author_curate_reward""
vote details (1)
@lukestokes ·
$5.01
Hey @arhag, that post you're looking for is right here: https://steemit.com/steemit/@lukestokes/upvote-if-you-changed-your-owner-password-active-password-posting-password-and-memo-password

**THANK YOU** for raising awareness on this issue! I've been saying it over and over again in comments all over the place. Password managers are how we need to Internet in 2016. Every other approach is unsafe. We all need to skill up and get with the program. Email used to be *too hard* for people, but now it's common. Same thing goes for password management, OS security updates, and up-to-date antivirus software. We have to get it done if we want to use the new shiny tools the future has to offer.
πŸ‘  , , , , , , , , , ,
properties (23)
authorlukestokes
permlinkre-arhag-can-you-remember-your-steemit-password-if-so-you-are-in-danger-20160720t043210611z
categorysteem
json_metadata{"tags":["steem"],"users":["arhag"],"links":["https://steemit.com/steemit/@lukestokes/upvote-if-you-changed-your-owner-password-active-password-posting-password-and-memo-password"]}
created2016-07-20 04:32:09
last_update2016-07-20 04:32:09
depth1
children1
last_payout2016-08-24 14:17:45
cashout_time1969-12-31 23:59:59
total_payout_value3.908 HBD
curator_payout_value1.097 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length693
author_reputation554,601,966,217,919
root_title"Can you remember your Steemit password? If so, you are in danger."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id209,399
net_rshares1,918,813,276,553
author_curate_reward""
vote details (11)
@d3m0t3x ·
I made a Diceware based password generator for those who are too lazy  to do it themselves :D
https://steemit.com/steemit/@d3m0t3x/diceware-password-generator-or-shortcut-to-a-safer-password
properties (22)
authord3m0t3x
permlinkre-lukestokes-re-arhag-can-you-remember-your-steemit-password-if-so-you-are-in-danger-20160721t041307473z
categorysteem
json_metadata{"tags":["steem"],"links":["https://steemit.com/steemit/@d3m0t3x/diceware-password-generator-or-shortcut-to-a-safer-password"]}
created2016-07-21 04:13:09
last_update2016-07-21 04:13:09
depth2
children0
last_payout2016-08-24 14:17:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length190
author_reputation1,056,953,974,597
root_title"Can you remember your Steemit password? If so, you are in danger."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id238,052
net_rshares0
@madhatting ·
Thanks for the suggestion! When I made the PW I wasn't thinking about securing my earnings.
properties (22)
authormadhatting
permlinkre-arhag-can-you-remember-your-steemit-password-if-so-you-are-in-danger-20160720t020437972z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-20 02:04:39
last_update2016-07-20 02:04:39
depth1
children0
last_payout2016-08-24 14:17:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length91
author_reputation1,210,922,323,731
root_title"Can you remember your Steemit password? If so, you are in danger."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id206,410
net_rshares0
@makgorn ·
Interesting article
πŸ‘  
properties (23)
authormakgorn
permlinkre-arhag-can-you-remember-your-steemit-password-if-so-you-are-in-danger-20160719t234124792z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-19 23:38:45
last_update2016-07-19 23:38:45
depth1
children0
last_payout2016-08-24 14:17:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length19
author_reputation666,514,786,070
root_title"Can you remember your Steemit password? If so, you are in danger."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id203,101
net_rshares97,430,414
author_curate_reward""
vote details (1)
@manofsteem ·
Wow I wasn't aware of this, thanks a lot for the interesting post!
πŸ‘  
properties (23)
authormanofsteem
permlinkre-arhag-can-you-remember-your-steemit-password-if-so-you-are-in-danger-20160719t234647835z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-19 23:46:48
last_update2016-07-19 23:46:48
depth1
children0
last_payout2016-08-24 14:17:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length66
author_reputation62,238,494,931
root_title"Can you remember your Steemit password? If so, you are in danger."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id203,284
net_rshares99,644,742
author_curate_reward""
vote details (1)
@moch-yusuf ·
yesterday I can not access my account, my account has been fortunately these days can be fixed
properties (22)
authormoch-yusuf
permlinkre-arhag-can-you-remember-your-steemit-password-if-so-you-are-in-danger-20160720t171911100z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-20 17:19:21
last_update2016-07-20 17:19:21
depth1
children0
last_payout2016-08-24 14:17:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length94
author_reputation1,033,311,583,847
root_title"Can you remember your Steemit password? If so, you are in danger."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id223,942
net_rshares0
@nabilov ·
make sure everyone participates in the first steemit lottery
https://i.imgflip.com/17okmb.jpg
https://steemit.com/money/@nabilov/the-first-steem-lottery-hosted-by-member-nabilov#comments
properties (22)
authornabilov
permlinkre-arhag-can-you-remember-your-steemit-password-if-so-you-are-in-danger-20160720t135215119z
categorysteem
json_metadata{"tags":["steem"],"image":["https://i.imgflip.com/17okmb.jpg"]}
created2016-07-20 13:52:15
last_update2016-07-20 13:52:15
depth1
children0
last_payout2016-08-24 14:17:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length186
author_reputation2,498,893,033,777
root_title"Can you remember your Steemit password? If so, you are in danger."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id219,618
net_rshares0
@ostomdamasceno ·
Thank you for the excelent advice.
properties (22)
authorostomdamasceno
permlinkre-arhag-can-you-remember-your-steemit-password-if-so-you-are-in-danger-20160720t170145867z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-20 17:01:48
last_update2016-07-20 17:01:48
depth1
children0
last_payout2016-08-24 14:17:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length34
author_reputation142,210,449,023
root_title"Can you remember your Steemit password? If so, you are in danger."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id223,581
net_rshares0
@ozcap · (edited)
$0.06
Typical example of the out of the box way of thinking, and I like it!
I'm not sure whether this's a right place to ask but maybe someone will answer. How much time does the new user have to copy the private owner key?
πŸ‘  ,
properties (23)
authorozcap
permlinkre-arhag-can-you-remember-your-steemit-password-if-so-you-are-in-danger-20160719t235658735z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-19 23:56:57
last_update2016-07-19 23:57:33
depth1
children0
last_payout2016-08-24 14:17:45
cashout_time1969-12-31 23:59:59
total_payout_value0.058 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length217
author_reputation697,803,114,714
root_title"Can you remember your Steemit password? If so, you are in danger."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id203,518
net_rshares34,154,648,155
author_curate_reward""
vote details (2)
@pika ·
$0.08
https://psv4.vk.me/c415331/u21431524/docs/a9343a363165/https__vk_com_gif_fak.gif?extra=4978OVLgji_trVfWcTZBl92oB2FXOAIwio4Y1cvcBStMxJyNCLb3sVU2GR-9_jFLZ_AvqaqTc6qwmnAArtscn6Pfz-dseCZ7PoulKWc1rFPX2LkJH2q2rF-H
πŸ‘  , , , ,
properties (23)
authorpika
permlinkre-arhag-can-you-remember-your-steemit-password-if-so-you-are-in-danger-20160720t181347973z
categorysteem
json_metadata{"tags":["steem"],"image":["https://psv4.vk.me/c415331/u21431524/docs/a9343a363165/https__vk_com_gif_fak.gif?extra=4978OVLgji_trVfWcTZBl92oB2FXOAIwio4Y1cvcBStMxJyNCLb3sVU2GR-9_jFLZ_AvqaqTc6qwmnAArtscn6Pfz-dseCZ7PoulKWc1rFPX2LkJH2q2rF-H"]}
created2016-07-20 18:13:48
last_update2016-07-20 18:13:48
depth1
children0
last_payout2016-08-24 14:17:45
cashout_time1969-12-31 23:59:59
total_payout_value0.064 HBD
curator_payout_value0.014 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length207
author_reputation33,052,176,227
root_title"Can you remember your Steemit password? If so, you are in danger."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id225,208
net_rshares45,168,145,564
author_curate_reward""
vote details (5)
@politicasan2 ·
password ussually the main feature thats we use to securing our account, but rightnow a lot of reputable socialnetwork or website adding another feature on their services to increase security  of their member.
Basically from my experience i ever lost my phone and use another phone to login to my social account, when i try to login this website asking me to answer some question, verify photo or verify my phone number.
properties (22)
authorpoliticasan2
permlinkre-arhag-can-you-remember-your-steemit-password-if-so-you-are-in-danger-20160721t003041221z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-21 00:30:45
last_update2016-07-21 00:30:45
depth1
children0
last_payout2016-08-24 14:17:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length420
author_reputation331,409,737,573
root_title"Can you remember your Steemit password? If so, you are in danger."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id234,298
net_rshares0
@proto ·
$0.05
Well I remember my password, and it's 88 chars and 360 bits of entropy. I think it's pretty secure...
πŸ‘  
properties (23)
authorproto
permlinkre-arhag-can-you-remember-your-steemit-password-if-so-you-are-in-danger-20160723t163801384z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-23 16:38:03
last_update2016-07-23 16:38:03
depth1
children0
last_payout2016-08-24 14:17:45
cashout_time1969-12-31 23:59:59
total_payout_value0.054 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length101
author_reputation68,261,682,068
root_title"Can you remember your Steemit password? If so, you are in danger."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id300,221
net_rshares45,903,582,942
author_curate_reward""
vote details (1)
@rambogoham ·
Why don't you just use four completely different random words from the dictionary and put them together. Ex: treespacecarpetgrass That would take hackers ages to decipher .
properties (22)
authorrambogoham
permlinkre-arhag-can-you-remember-your-steemit-password-if-so-you-are-in-danger-20160720t230347754z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-20 23:03:48
last_update2016-07-20 23:03:48
depth1
children0
last_payout2016-08-24 14:17:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length172
author_reputation538,654,794,869
root_title"Can you remember your Steemit password? If so, you are in danger."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id232,517
net_rshares0
@sandwich ·
Can somebody help me understand why it is I cannot set a password for each individual key anymore, and must only change all the keys, thereby negating every security convention suggested by the community? https://steemit.com/steemit/@sandwich/having-issues-creating-separate-passwords-for-owner-and-active-posting-meta-keys-is-this-still-possible
properties (22)
authorsandwich
permlinkre-arhag-can-you-remember-your-steemit-password-if-so-you-are-in-danger-20160720t194754147z
categorysteem
json_metadata{"tags":["steem"],"links":["https://steemit.com/steemit/@sandwich/having-issues-creating-separate-passwords-for-owner-and-active-posting-meta-keys-is-this-still-possible"]}
created2016-07-20 19:47:54
last_update2016-07-20 19:47:54
depth1
children0
last_payout2016-08-24 14:17:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length346
author_reputation7,919,075,206,622
root_title"Can you remember your Steemit password? If so, you are in danger."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id227,698
net_rshares0
@sauravrungta ·
Had it not been for this post, I would have probably not changed my password and eventually gotten hacked. Thank you so much arhag! You are a life saver. Thank you so much!!
πŸ‘  ,
properties (23)
authorsauravrungta
permlinkre-arhag-can-you-remember-your-steemit-password-if-so-you-are-in-danger-20160720t175803105z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-20 17:58:03
last_update2016-07-20 17:58:03
depth1
children0
last_payout2016-08-24 14:17:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length173
author_reputation681,518,124,448,054
root_title"Can you remember your Steemit password? If so, you are in danger."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id224,838
net_rshares649,550,612
author_curate_reward""
vote details (2)
@stephl ·
This was a very good, and a very informative post thank you.
properties (22)
authorstephl
permlinkre-arhag-can-you-remember-your-steemit-password-if-so-you-are-in-danger-20160720t174806691z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-20 17:48:06
last_update2016-07-20 17:48:06
depth1
children0
last_payout2016-08-24 14:17:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length60
author_reputation39,479,976,693
root_title"Can you remember your Steemit password? If so, you are in danger."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id224,620
net_rshares0
@sulev ·
Went from a lowercase alphabetical 16 letter password to a uppercase, lowercase, numbers and symbols 40 digit password. Now I can't remember it. Good I wrote it down in physically. :P
properties (22)
authorsulev
permlinkre-arhag-can-you-remember-your-steemit-password-if-so-you-are-in-danger-20160721t000237823z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-21 00:04:39
last_update2016-07-21 00:04:39
depth1
children0
last_payout2016-08-24 14:17:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length183
author_reputation314,547,008,384,615
root_title"Can you remember your Steemit password? If so, you are in danger."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id233,747
net_rshares0
@the-ivor ·
Kudos to Steemit devs on lost password recovery. Note: KeePass password manager does not 'auto save'. Did you ever spend all day writing a school paper and have to program crash before you saved? Careful with those password managers! Print your keys just in case.
properties (22)
authorthe-ivor
permlinkre-arhag-can-you-remember-your-steemit-password-if-so-you-are-in-danger-20160720t195516410z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-20 19:55:21
last_update2016-07-20 19:55:21
depth1
children0
last_payout2016-08-24 14:17:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length263
author_reputation2,688,490,567,215
root_title"Can you remember your Steemit password? If so, you are in danger."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id227,888
net_rshares0
@tjpezlo ·
Thank you for this... ;)
properties (22)
authortjpezlo
permlinkre-arhag-can-you-remember-your-steemit-password-if-so-you-are-in-danger-20160721t101335738z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-21 10:13:18
last_update2016-07-21 10:13:18
depth1
children0
last_payout2016-08-24 14:17:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length24
author_reputation11,144,454,418,634
root_title"Can you remember your Steemit password? If so, you are in danger."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id243,232
net_rshares0
@tradingpotential ·
Thanks again.
properties (22)
authortradingpotential
permlinkre-arhag-can-you-remember-your-steemit-password-if-so-you-are-in-danger-20170806t090348079z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-08-06 08:56:33
last_update2017-08-06 08:56:33
depth1
children0
last_payout2017-08-13 08:56:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length13
author_reputation22,718,134,799
root_title"Can you remember your Steemit password? If so, you are in danger."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id10,924,151
net_rshares0
@vladimira ·
Thanx for a postπŸ‘ŒπŸ»
properties (22)
authorvladimira
permlinkre-arhag-can-you-remember-your-steemit-password-if-so-you-are-in-danger-20160720t234250964z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-20 23:42:51
last_update2016-07-20 23:42:51
depth1
children0
last_payout2016-08-24 14:17:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length18
author_reputation3,727,935,413
root_title"Can you remember your Steemit password? If so, you are in danger."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id233,291
net_rshares0
@webocel ·
Need a Job and I ask please that you see my post https://steemit.com/crowdfunding/@webocel/58kd3g-my-dream-needs-your-vote-crowdfunding with your vote I can put my business and thus have a job and be able to feed my children. With just a few clicks you can change my life.
(voting this comment you are also helping)
sorry for the spam but I'm desperate for funds to be self employed
Thanks in advance. Nicolas
https://img0.steemit.com/0x0/http://i.imgur.com/1CkIyGA.jpg
πŸ‘  
πŸ‘Ž  
properties (23)
authorwebocel
permlinkre-arhag-can-you-remember-your-steemit-password-if-so-you-are-in-danger-20160721t032331809z
categorysteem
json_metadata{"tags":["steem"],"links":["https://steemit.com/crowdfunding/@webocel/58kd3g-my-dream-needs-your-vote-crowdfunding"]}
created2016-07-21 03:23:33
last_update2016-07-21 03:23:33
depth1
children0
last_payout2016-08-24 14:17:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length469
author_reputation-357,811,542,437
root_title"Can you remember your Steemit password? If so, you are in danger."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id237,230
net_rshares-27,156,214,071
author_curate_reward""
vote details (2)
@weenis · (edited)
This deserves more upvotes honestly. Voted 
πŸ‘  
properties (23)
authorweenis
permlinkcan-you-remember-your-steemit-password-if-so-you-are-in-danger
categorysteem
json_metadata""
created2016-07-20 00:12:36
last_update2016-07-20 05:22:30
depth1
children0
last_payout2016-08-24 14:17:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length44
author_reputation-4,781,861,673,917
root_title"Can you remember your Steemit password? If so, you are in danger."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id203,892
net_rshares97,430,414
author_curate_reward""
vote details (1)
@wesdacar ·
Great advice, I have been using a password manager for a while now, it really is much simpler than trying to make up and remember passwords for each site and as you say it is much more secure. I have a friend that actually runs his finger along his keyboard as a password (string of number and letters) and he proudly proclaims to me that it is uncrackable and then he follows on to say he is so sure about this that he is using the same password for all of his account, I literally burt out laughing and tried to explain the folly in his ways... He remains convinced. Time will tell, lol...
πŸ‘  
properties (23)
authorwesdacar
permlinkre-arhag-can-you-remember-your-steemit-password-if-so-you-are-in-danger-20160720t115130463z
categorysteem
json_metadata{"tags":["steem"]}
created2016-07-20 11:51:30
last_update2016-07-20 11:51:30
depth1
children0
last_payout2016-08-24 14:17:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length591
author_reputation1,474,447,300
root_title"Can you remember your Steemit password? If so, you are in danger."
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id217,206
net_rshares107,292,489
author_curate_reward""
vote details (1)