Public and Private Keys - how they are used by Steem, making all of this possible? You can find answer here 😊 by noisy

View this thread on steempeak.com
· @noisy · (edited)
$448.30
Public and Private Keys - how they are used by Steem, making all of this possible? You can find answer here 😊
![padlock_inside.jpg](https://steemitimages.com/DQmNertyRjke9BVkUfnTJA6ziYFfHXBZXrZimyPvrP3RChJ/padlock_inside.jpg)

In my previous post, I made an introduction to this topic:

- [What is the difference between a password and a private key(s) on Steemit and how to make your account more secure, by using them correctly.](https://steemit.com/security/@noisy/what-is-the-difference-between-a-password-and-a-private-key-s-on-steemit-how-to-make-your-account-more-secure-by-using-them)

If you didn't read it, you should do so before reading this article, to make sure, that you understand the role of public and private keys on Steem. Here we are going to explore how all of this works... and to be honest, I am really excited, that I am writing post about it :)

## Cryptography of public and private keys - Look how simple it is! :)

In a certain way, you generate a pair of keys (key _A_, and key _B_), which will have properties, that:
- everything encrypted with key _A_, can be only decrypted with key _B_
- everything encrypted with key _B_, can be only decrypted with key _A_

For convenience, you do not refer to them by A/B names, but you treat  one of this key as a _public key_, and the second one as a _private key_:

<center>
![FeminineDistortedHaddock (1).gif](https://steemitimages.com/DQmTC1tu6jZrQy6zeQxW1mLm5CUJubMNwJQr8x8hb31Y1HJ/FeminineDistortedHaddock%20(1).gif)
<sub>Fragment of: [Public Key Cryptography - Computerphile](https://www.youtube.com/watch?v=GSIDS_lvRv4)</sub>
</center>

To use system like this, you want to make sure, that:
- you are the only person with access to your private key
- everyone can easily find your corresponding public key

# Where my public and private keys from Steem are stored?

#### Public Keys

Public keys of every user are kept in the Steem blockchain. You can find your public keys on `https://steemit.com/@<your_login>/permissions`. Those are mine public keys, and I am not afraid showing you this, because those are my **public keys** :)

![Selection_999(196).png](https://steemitimages.com/DQmTHxUcm1NeQFA3GTVH925YeJxqHRPcjpB38McaABWpFNj/Selection_999(196).png)

If you would like to find out, what are public keys of Ned Scott (CEO of Steemit Inc.), then you can use another website which shows more details from Steem blockchain: http://steemd.com/@ned

![Selection_999(194).png](https://steemitimages.com/DQmP79TRrrTcY7XcyfQsAW5yPTKrHH97b3v9jVGGv3bLAi3/Selection_999(194).png)

#### Private Keys

![Selection_999(196).png](https://steemitimages.com/DQmX5gor9VRtmaoodceoba79uUhgNYLjo92Zgh76AXa3pfk/Selection_999(196).png)

You should know, that:
<center>
**Steemit does not store your private keys on any server.<br> Steem blockchain does not store your private keys either.**
</center>

But at the same time, that is true, that you can find your private keys on `https://steemit.com/@<your_login>/permissions`. So how this works?

For now, just please remember that your keys are generated from your password _on the fly_ every time you provide it, and some of them are stored in localstorage of your browser. One of my next articles will go into details how this is done.

Let's go back to the topic

# Two cases where Pair Of Keys can be extremely useful 

Public and Private keys can be used in two scenarios:

#### Encryption

You can encrypt a message, with mine public key, and send this encrypted message to me. Because only I know my private key, only I will be able to decrypt the message. <br> <br> Right now there is no private messaging  feature on Steemit, but encryption of such communication can be done with exactly this mechanism.

#### Signing

You can encrypt some message (like a transaction), with your private key, and every person who has access to your public keys (so basically everyone...) will have certainty, that only person who poses your private key (hopefully that's only you) could encrypt (authorize) this message.

To make a life of people easier, probably you would publish two messages:
- __original message__ 
- __encrypted version of original message__ (which could be treated as your **digital signature**)

Everyone who would like to verify you identity could then try to decrypt your __encrypted version of original message__  with you public key... and check whether this will produce exactly the same message like original, which you also published.



# Summary

Of course, I simplified few things, but the whole concept is described pretty  well. I needed to write this article to make a background for my next article, where we will go even deeper :)

Right now we know that without revealing your private keys, everyone can check that you possess your private key, and therefore a transaction/post/comment made by you and signed by your private can be validated by everyone, especially by the witnesses which add valid transactions to each block of Steem blockchain.

Because on Steem you have 4 pair of keys (posting, active, owner, memo), witnesses can validate, that particular transaction broadcasted by your browser was signed by a proper key.

I hope that after my [last article](https://steemit.com/security/@noisy/what-is-the-difference-between-a-password-and-a-private-key-s-on-steemit-how-to-make-your-account-more-secure-by-using-them), you do not use your Master Password anymore, and you use on Steemit only your _private posting key_ (as it was described why and how to do it).


--------------------


This article belongs to series of articles which describes security on Steemit:

1. [What is the difference between a password and a private key(s) on Steemit? How to make your account more secure, by using them correctly.](https://steemit.com/security/@noisy/what-is-the-difference-between-a-password-and-a-private-key-s-on-steemit-how-to-make-your-account-more-secure-by-using-them)
2. Public and Private Keys - how they are used by Steem, making all of these possible? (this article)
3. Public and Private Keys - how they are working under the hood
4. How passwords are stored by Steemit in your browser, and why it is secure.
5. How to set own password, which is not generated by Steemit
6. How to setup multisig/multiple authorities for your account
7. ...

Make sure to follow [my account](https://steemit.com/@noisy), if you don't want to miss any of these :)
πŸ‘  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 329 others
πŸ‘Ž  , ,
properties (23)
post_id4,046,445
authornoisy
permlinkpublic-and-private-keys-how-they-are-used-by-steem-making-all-of-these-possible-you-can-find-answer-here
categorysecurity
json_metadata"{"format": "markdown+html", "community": "esteem", "links": ["https://steemit.com/security/@noisy/what-is-the-difference-between-a-password-and-a-private-key-s-on-steemit-how-to-make-your-account-more-secure-by-using-them", "https://steemitimages.com/DQmTC1tu6jZrQy6zeQxW1mLm5CUJubMNwJQr8x8hb31Y1HJ/FeminineDistortedHaddock%20", "https://www.youtube.com/watch?v=GSIDS_lvRv4", "https://steemit.com/@", "https://steemitimages.com/DQmTHxUcm1NeQFA3GTVH925YeJxqHRPcjpB38McaABWpFNj/Selection_999", "http://steemd.com/@ned", "https://steemitimages.com/DQmP79TRrrTcY7XcyfQsAW5yPTKrHH97b3v9jVGGv3bLAi3/Selection_999", "https://steemitimages.com/DQmX5gor9VRtmaoodceoba79uUhgNYLjo92Zgh76AXa3pfk/Selection_999", "https://steemit.com/@", "https://steemit.com/security/@noisy/what-is-the-difference-between-a-password-and-a-private-key-s-on-steemit-how-to-make-your-account-more-secure-by-using-them", "https://steemit.com/security/@noisy/what-is-the-difference-between-a-password-and-a-private-key-s-on-steemit-how-to-make-your-account-more-secure-by-using-them", "https://steemit.com/@noisy"], "app": "esteem/1.4.5", "tags": ["security", "steemit", "steem", "tutorial", "keys"], "image": ["https://steemitimages.com/DQmNertyRjke9BVkUfnTJA6ziYFfHXBZXrZimyPvrP3RChJ/padlock_inside.jpg"]}"
created2017-06-15 13:54:15
last_update2017-06-15 16:05:00
depth0
children67
net_rshares19,105,202,926,639
last_payout2017-06-22 13:54:15
cashout_time1969-12-31 23:59:59
total_payout_value379.416 SBD
curator_payout_value68.883 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length6,298
author_reputation54,116,952,654,646
root_title"Public and Private Keys - how they are used by Steem, making all of this possible? You can find answer here 😊"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (396)
@encryptcy ·
$4.63
Thanks for this detailed info!
πŸ‘  ,
properties (23)
post_id4,046,613
authorencryptcy
permlinkre-noisy-public-and-private-keys-how-they-are-used-by-steem-making-all-of-these-possible-you-can-find-answer-here-20170615t135703186z
categorysecurity
json_metadata"{"app": "steemit/0.1", "tags": ["security"]}"
created2017-06-15 13:56:45
last_update2017-06-15 13:56:45
depth1
children0
net_rshares197,496,980,946
last_payout2017-06-22 13:56:45
cashout_time1969-12-31 23:59:59
total_payout_value4.178 SBD
curator_payout_value0.454 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length30
author_reputation1,715,712,219,783
root_title"Public and Private Keys - how they are used by Steem, making all of this possible? You can find answer here 😊"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (2)
@ajaub1962 ·
$4.63
Recommendable post :-)
πŸ‘  
properties (23)
post_id4,046,718
authorajaub1962
permlinkre-noisy-public-and-private-keys-how-they-are-used-by-steem-making-all-of-these-possible-you-can-find-answer-here-20170615t135846118z
categorysecurity
json_metadata"{"app": "steemit/0.1", "tags": ["security"]}"
created2017-06-15 13:58:45
last_update2017-06-15 13:58:45
depth1
children0
net_rshares197,496,980,946
last_payout2017-06-22 13:58:45
cashout_time1969-12-31 23:59:59
total_payout_value4.250 SBD
curator_payout_value0.379 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length22
author_reputation6,830,373,373,021
root_title"Public and Private Keys - how they are used by Steem, making all of this possible? You can find answer here 😊"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@voghera ·
$4.53
Finally a good explanation, thank you @noisy for enlightening me :) resteeming!
πŸ‘  ,
properties (23)
post_id4,046,730
authorvoghera
permlinkre-noisy-public-and-private-keys-how-they-are-used-by-steem-making-all-of-these-possible-you-can-find-answer-here-20170615t135849841z
categorysecurity
json_metadata"{"app": "steemit/0.1", "users": ["noisy"], "tags": ["security"]}"
created2017-06-15 13:59:00
last_update2017-06-15 13:59:00
depth1
children0
net_rshares193,360,039,938
last_payout2017-06-22 13:59:00
cashout_time1969-12-31 23:59:59
total_payout_value4.164 SBD
curator_payout_value0.368 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length79
author_reputation3,311,311,214,825
root_title"Public and Private Keys - how they are used by Steem, making all of this possible? You can find answer here 😊"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (2)
@the-ego-is-you ·
$4.49
I'm not even sure if I got a 'password' in the beginning? All I know is I've got all my private keys tested and stored safely.
πŸ‘  
properties (23)
post_id4,046,749
authorthe-ego-is-you
permlinkre-noisy-public-and-private-keys-how-they-are-used-by-steem-making-all-of-these-possible-you-can-find-answer-here-20170615t135920930z
categorysecurity
json_metadata"{"app": "steemit/0.1", "tags": ["security"]}"
created2017-06-15 13:59:21
last_update2017-06-15 13:59:21
depth1
children0
net_rshares191,512,223,947
last_payout2017-06-22 13:59:21
cashout_time1969-12-31 23:59:59
total_payout_value4.138 SBD
curator_payout_value0.352 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length126
author_reputation7,025,328,989,730
root_title"Public and Private Keys - how they are used by Steem, making all of this possible? You can find answer here 😊"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@stillwater ·
$4.50
Excellent and well detailed info!  Much appreciated.  I've read a few stories of people giving out the wrong one and losing their investments.  Ouch!
πŸ‘  ,
properties (23)
post_id4,046,995
authorstillwater
permlinkre-noisy-public-and-private-keys-how-they-are-used-by-steem-making-all-of-these-possible-you-can-find-answer-here-20170615t140328972z
categorysecurity
json_metadata"{"app": "steemit/0.1", "tags": ["security"]}"
created2017-06-15 14:03:33
last_update2017-06-15 14:03:33
depth1
children0
net_rshares191,966,259,666
last_payout2017-06-22 14:03:33
cashout_time1969-12-31 23:59:59
total_payout_value4.302 SBD
curator_payout_value0.198 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length149
author_reputation10,311,772,745,930
root_title"Public and Private Keys - how they are used by Steem, making all of this possible? You can find answer here 😊"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (2)
@mkdmrs ·
$4.68
This is definitely a handy feature to know about.   I started using the key for posting only on my mobile devices for added security.  It allows me to view, upvote, comment and post, but you can't do anything else.   My devices are secure with passwords of course, but still a good idea to be careful in case someone gets a hold of your device before your password is required again.
πŸ‘  , ,
properties (23)
post_id4,047,221
authormkdmrs
permlinkre-noisy-public-and-private-keys-how-they-are-used-by-steem-making-all-of-these-possible-you-can-find-answer-here-20170615t140650091z
categorysecurity
json_metadata"{"app": "steemit/0.1", "tags": ["security"]}"
created2017-06-15 14:06:54
last_update2017-06-15 14:06:54
depth1
children0
net_rshares199,571,445,507
last_payout2017-06-22 14:06:54
cashout_time1969-12-31 23:59:59
total_payout_value4.620 SBD
curator_payout_value0.055 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length383
author_reputation273,317,013,544
root_title"Public and Private Keys - how they are used by Steem, making all of this possible? You can find answer here 😊"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (3)
@daydreams4rock ·
My posting key is incorrect or at least i got told that when trying to use it on chainBB - i am grateful for this article and will be sure to back up on my hard drive next-- i am following you too now
properties (22)
post_id4,047,935
authordaydreams4rock
permlinkre-noisy-public-and-private-keys-how-they-are-used-by-steem-making-all-of-these-possible-you-can-find-answer-here-20170615t141648331z
categorysecurity
json_metadata"{"app": "steemit/0.1", "tags": ["security"]}"
created2017-06-15 14:16:48
last_update2017-06-15 14:16:48
depth1
children0
net_rshares0
last_payout2017-06-22 14:16:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length200
author_reputation16,852,590,447,507
root_title"Public and Private Keys - how they are used by Steem, making all of this possible? You can find answer here 😊"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@lipszczak · (edited)
Is great to have someone who knows how to explain quite complicated topic in simple words. Now is understandable for all dummies as well for me :) nice job @noisy!
properties (22)
post_id4,048,163
authorlipszczak
permlinkre-noisy-public-and-private-keys-how-they-are-used-by-steem-making-all-of-these-possible-you-can-find-answer-here-20170615t142001704z
categorysecurity
json_metadata"{"app": "steemit/0.1", "users": ["noisy"], "tags": ["security"]}"
created2017-06-15 14:20:09
last_update2017-06-15 14:44:33
depth1
children0
net_rshares0
last_payout2017-06-22 14:20:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length163
author_reputation2,215,927,542,723
root_title"Public and Private Keys - how they are used by Steem, making all of this possible? You can find answer here 😊"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@exavier ·
Only had time to glance through this a bit. Definitely upvote. Will come back and look at this more later. I've been genuinely curios about how the keys on here work along with how to make it more secure.
properties (22)
post_id4,048,988
authorexavier
permlinkre-noisy-public-and-private-keys-how-they-are-used-by-steem-making-all-of-these-possible-you-can-find-answer-here-20170615t143256309z
categorysecurity
json_metadata"{"app": "steemit/0.1", "tags": ["security"]}"
created2017-06-15 14:32:57
last_update2017-06-15 14:32:57
depth1
children0
net_rshares0
last_payout2017-06-22 14:32:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length204
author_reputation722,584,911,813
root_title"Public and Private Keys - how they are used by Steem, making all of this possible? You can find answer here 😊"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@elevator09 ·
Good article, thanks for sharing!
properties (22)
post_id4,049,470
authorelevator09
permlinkre-noisy-public-and-private-keys-how-they-are-used-by-steem-making-all-of-these-possible-you-can-find-answer-here-20170615t143927537z
categorysecurity
json_metadata"{"app": "steemit/0.1", "tags": ["security"]}"
created2017-06-15 14:39:27
last_update2017-06-15 14:39:27
depth1
children0
net_rshares0
last_payout2017-06-22 14:39:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length33
author_reputation130,817,747,426,019
root_title"Public and Private Keys - how they are used by Steem, making all of this possible? You can find answer here 😊"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@journeyoflife ·
Appreciate the handy information would definitely recommend to new and old users both , safety is key !
properties (22)
post_id4,049,478
authorjourneyoflife
permlinkre-noisy-public-and-private-keys-how-they-are-used-by-steem-making-all-of-these-possible-you-can-find-answer-here-20170615t143938948z
categorysecurity
json_metadata"{"app": "steemit/0.1", "tags": ["security"]}"
created2017-06-15 14:39:39
last_update2017-06-15 14:39:39
depth1
children0
net_rshares0
last_payout2017-06-22 14:39:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length103
author_reputation59,490,065,137,068
root_title"Public and Private Keys - how they are used by Steem, making all of this possible? You can find answer here 😊"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@adriansky ·
Super excited for this release already posted this morning
Super excited for this release already posted this morning
properties (22)
post_id4,049,889
authoradriansky
permlinkre-public-and-private-keys-how-they-are-used-by-steem-making-all-of-these-possible-you-can-find-answer-here-20170615t144554
categorysecurity
json_metadata"{"app": "steepshot/0.0.4"}"
created2017-06-15 14:45:54
last_update2017-06-15 14:45:54
depth1
children0
net_rshares0
last_payout2017-06-22 14:45:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length58
author_reputation125,892,541,179,417
root_title"Public and Private Keys - how they are used by Steem, making all of this possible? You can find answer here 😊"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@organiccacao ·
Okay, "dumb question" please. How do I use those keys. (do i cut and paste or copy?) I wasn't joking about dumb question, sorry and thank you.
properties (22)
post_id4,049,944
authororganiccacao
permlinkre-noisy-public-and-private-keys-how-they-are-used-by-steem-making-all-of-these-possible-you-can-find-answer-here-20170615t144735708z
categorysecurity
json_metadata"{"app": "steemit/0.1", "tags": ["security"]}"
created2017-06-15 14:46:51
last_update2017-06-15 14:46:51
depth1
children2
net_rshares0
last_payout2017-06-22 14:46:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length142
author_reputation902,725,177,948
root_title"Public and Private Keys - how they are used by Steem, making all of this possible? You can find answer here 😊"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@noisy ·
Did you read my previous article, where I showed that?

https://steemit.com/security/@noisy/what-is-the-difference-between-a-password-and-a-private-key-s-on-steemit-how-to-make-your-account-more-secure-by-using-them
properties (22)
post_id4,064,930
authornoisy
permlinkre-organiccacao-re-noisy-public-and-private-keys-how-they-are-used-by-steem-making-all-of-these-possible-you-can-find-answer-here-20170615t183803658z
categorysecurity
json_metadata"{"app": "steemit/0.1", "links": ["https://steemit.com/security/@noisy/what-is-the-difference-between-a-password-and-a-private-key-s-on-steemit-how-to-make-your-account-more-secure-by-using-them"], "tags": ["security"]}"
created2017-06-15 18:38:03
last_update2017-06-15 18:38:03
depth2
children1
net_rshares0
last_payout2017-06-22 18:38:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length215
author_reputation54,116,952,654,646
root_title"Public and Private Keys - how they are used by Steem, making all of this possible? You can find answer here 😊"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@mikej ·
Excellent article.
properties (22)
post_id4,179,458
authormikej
permlinkre-noisy-re-organiccacao-re-noisy-public-and-private-keys-how-they-are-used-by-steem-making-all-of-these-possible-you-can-find-answer-here-20170617t064638929z
categorysecurity
json_metadata"{"app": "steemit/0.1", "tags": ["security"]}"
created2017-06-17 06:46:36
last_update2017-06-17 06:46:36
depth3
children0
net_rshares0
last_payout2017-06-24 06:46:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length18
author_reputation697,161,399,963
root_title"Public and Private Keys - how they are used by Steem, making all of this possible? You can find answer here 😊"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@lordoftruth · (edited)
Thanks for your great info
The post is very useful
Recommendable post :-)

By the way I need some help if possible!
I ask you so kindly to read this post carefully
and if you think is useful for newbies please resteemit..( no upvote Needed)
https://steemit.com/steemit/@lordoftruth/the-golden-rules-no-upvote-needed-for-this-post-if-you-support-new-steemers-just-resteem-it

I want to increase the visibilty to reach to a lot of newebies
properties (22)
post_id4,050,005
authorlordoftruth
permlinkre-noisy-public-and-private-keys-how-they-are-used-by-steem-making-all-of-these-possible-you-can-find-answer-here-20170615t144749771z
categorysecurity
json_metadata"{"app": "steemit/0.1", "links": ["https://steemit.com/steemit/@lordoftruth/the-golden-rules-no-upvote-needed-for-this-post-if-you-support-new-steemers-just-resteem-it"], "tags": ["security"]}"
created2017-06-15 14:47:51
last_update2017-06-15 14:48:15
depth1
children0
net_rshares0
last_payout2017-06-22 14:47:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length437
author_reputation130,817,747,426,019
root_title"Public and Private Keys - how they are used by Steem, making all of this possible? You can find answer here 😊"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@capitalpink ·
$5.07
Thank you for clarifying this all to me. I was unsure as to what all the keys were for.  Since it seemed as if I was never gonna need to know I ignored them.
πŸ‘  , ,
properties (23)
post_id4,050,202
authorcapitalpink
permlinkre-noisy-public-and-private-keys-how-they-are-used-by-steem-making-all-of-these-possible-you-can-find-answer-here-20170615t145110288z
categorysecurity
json_metadata"{"app": "steemit/0.1", "tags": ["security"]}"
created2017-06-15 14:51:12
last_update2017-06-15 14:51:12
depth1
children0
net_rshares216,984,505,581
last_payout2017-06-22 14:51:12
cashout_time1969-12-31 23:59:59
total_payout_value3.808 SBD
curator_payout_value1.265 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length157
author_reputation258,358,183,403
root_title"Public and Private Keys - how they are used by Steem, making all of this possible? You can find answer here 😊"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (3)
@elishagautam ·
$4.89
I had zero idea about it. Had to go through the previous post to understand it all. This is a very helpful post. Thank you very much! :)
πŸ‘  
properties (23)
post_id4,051,708
authorelishagautam
permlinkre-noisy-public-and-private-keys-how-they-are-used-by-steem-making-all-of-these-possible-you-can-find-answer-here-20170615t151622158z
categorysecurity
json_metadata"{"app": "steemit/0.1", "tags": ["security"]}"
created2017-06-15 15:14:39
last_update2017-06-15 15:14:39
depth1
children0
net_rshares209,466,494,943
last_payout2017-06-22 15:14:39
cashout_time1969-12-31 23:59:59
total_payout_value3.668 SBD
curator_payout_value1.223 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length136
author_reputation1,724,513,770,671
root_title"Public and Private Keys - how they are used by Steem, making all of this possible? You can find answer here 😊"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@bibek · (edited)
Great post...@noisy ...thank for sharing with us....you are the generous...upvoted & followed
![221.jpg](https://steemitimages.com/DQmXiSraAjbbCeiMozngJXEgESUDhyYQDk7t849y42cy2wx/221.jpg)
properties (22)
post_id4,051,897
authorbibek
permlinkre-noisy-public-and-private-keys-how-they-are-used-by-steem-making-all-of-these-possible-you-can-find-answer-here-20170615t151736177z
categorysecurity
json_metadata"{"app": "steemit/0.1", "image": ["https://steemitimages.com/DQmXiSraAjbbCeiMozngJXEgESUDhyYQDk7t849y42cy2wx/221.jpg"], "tags": ["security"]}"
created2017-06-15 15:17:42
last_update2017-06-15 15:18:15
depth1
children0
net_rshares0
last_payout2017-06-22 15:17:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length187
author_reputation1,810,413,493,104
root_title"Public and Private Keys - how they are used by Steem, making all of this possible? You can find answer here 😊"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@drewley ·
Very helpful! Thank you
properties (22)
post_id4,053,820
authordrewley
permlinkre-noisy-public-and-private-keys-how-they-are-used-by-steem-making-all-of-these-possible-you-can-find-answer-here-20170615t154451448z
categorysecurity
json_metadata"{"app": "steemit/0.1", "tags": ["security"]}"
created2017-06-15 15:44:51
last_update2017-06-15 15:44:51
depth1
children0
net_rshares0
last_payout2017-06-22 15:44:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length23
author_reputation23,865,897,868,585
root_title"Public and Private Keys - how they are used by Steem, making all of this possible? You can find answer here 😊"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@lgfurmanczyk ·
Very helpful article especially to all newbies includinh myself. I was wondering what are those permission keys. Now you answered some of my questions. Thank you so much!
properties (22)
post_id4,054,088
authorlgfurmanczyk
permlinkre-noisy-public-and-private-keys-how-they-are-used-by-steem-making-all-of-these-possible-you-can-find-answer-here-20170615t154838931z
categorysecurity
json_metadata"{"app": "steemit/0.1", "tags": ["security"]}"
created2017-06-15 15:48:39
last_update2017-06-15 15:48:39
depth1
children0
net_rshares0
last_payout2017-06-22 15:48:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length170
author_reputation5,481,367,101,558
root_title"Public and Private Keys - how they are used by Steem, making all of this possible? You can find answer here 😊"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@manishmike10 ·
Thanks.. am a newbie and will help me
properties (22)
post_id4,054,357
authormanishmike10
permlinkre-noisy-2017615t212230662z
categorysecurity
json_metadata"{"app": "esteem/1.4.5", "format": "markdown+html", "community": "esteem", "tags": "security"}"
created2017-06-15 15:52:33
last_update2017-06-15 15:52:33
depth1
children0
net_rshares0
last_payout2017-06-22 15:52:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length37
author_reputation20,365,209,818,432
root_title"Public and Private Keys - how they are used by Steem, making all of this possible? You can find answer here 😊"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@arkoko ·
This is a good article for the new steemians to know what should be aware when using a cryto-technology / blockchain application. upvoted and resteemed.
properties (22)
post_id4,054,599
authorarkoko
permlinkre-noisy-public-and-private-keys-how-they-are-used-by-steem-making-all-of-these-possible-you-can-find-answer-here-20170615t155550609z
categorysecurity
json_metadata"{"app": "steemit/0.1", "tags": ["security"]}"
created2017-06-15 15:56:03
last_update2017-06-15 15:56:03
depth1
children0
net_rshares0
last_payout2017-06-22 15:56:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length152
author_reputation1,501,988,704,632
root_title"Public and Private Keys - how they are used by Steem, making all of this possible? You can find answer here 😊"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@vaughnelric ·
This helps me simplify it for friends asking about cryptos. Good post
properties (22)
post_id4,054,837
authorvaughnelric
permlinkre-noisy-public-and-private-keys-how-they-are-used-by-steem-making-all-of-these-possible-you-can-find-answer-here-20170615t155902604z
categorysecurity
json_metadata"{"app": "steemit/0.1", "tags": ["security"]}"
created2017-06-15 15:59:06
last_update2017-06-15 15:59:06
depth1
children0
net_rshares0
last_payout2017-06-22 15:59:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length69
author_reputation10,444,529,692,755
root_title"Public and Private Keys - how they are used by Steem, making all of this possible? You can find answer here 😊"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@eagleye ·
Thanks for this very useful information.
properties (22)
post_id4,055,323
authoreagleye
permlinkre-noisy-public-and-private-keys-how-they-are-used-by-steem-making-all-of-these-possible-you-can-find-answer-here-20170615t160528545z
categorysecurity
json_metadata"{"app": "steemit/0.1", "tags": ["security"]}"
created2017-06-15 16:05:30
last_update2017-06-15 16:05:30
depth1
children0
net_rshares0
last_payout2017-06-22 16:05:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length40
author_reputation372,486,992,175
root_title"Public and Private Keys - how they are used by Steem, making all of this possible? You can find answer here 😊"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@mauver ·
Hello, It's good posting. 

Can i translate to my country language and post it ?
properties (22)
post_id4,055,800
authormauver
permlinkre-noisy-public-and-private-keys-how-they-are-used-by-steem-making-all-of-these-possible-you-can-find-answer-here-20170615t161126218z
categorysecurity
json_metadata"{"app": "steemit/0.1", "tags": ["security"]}"
created2017-06-15 16:11:33
last_update2017-06-15 16:11:33
depth1
children0
net_rshares0
last_payout2017-06-22 16:11:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length80
author_reputation1,815,051,235,596
root_title"Public and Private Keys - how they are used by Steem, making all of this possible? You can find answer here 😊"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@tastetwist ·
πŸš€ so much to learn πŸ€“ πŸ€“
properties (22)
post_id4,057,741
authortastetwist
permlinkre-noisy-public-and-private-keys-how-they-are-used-by-steem-making-all-of-these-possible-you-can-find-answer-here-20170615t164003697z
categorysecurity
json_metadata"{"app": "steemit/0.1", "tags": ["security"]}"
created2017-06-15 16:40:03
last_update2017-06-15 16:40:03
depth1
children0
net_rshares0
last_payout2017-06-22 16:40:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length22
author_reputation5,453,391,371,646
root_title"Public and Private Keys - how they are used by Steem, making all of this possible? You can find answer here 😊"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@flannel ·
$4.86
TOTALLY newbie question:

How to properly use those keys?
and where i could use that?
πŸ‘  
properties (23)
post_id4,058,577
authorflannel
permlinkre-noisy-public-and-private-keys-how-they-are-used-by-steem-making-all-of-these-possible-you-can-find-answer-here-20170615t165310777z
categorysecurity
json_metadata"{"app": "steemit/0.1", "tags": ["security"]}"
created2017-06-15 16:53:03
last_update2017-06-15 16:53:03
depth1
children1
net_rshares209,466,494,943
last_payout2017-06-22 16:53:03
cashout_time1969-12-31 23:59:59
total_payout_value3.648 SBD
curator_payout_value1.216 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length85
author_reputation11,162,919,111
root_title"Public and Private Keys - how they are used by Steem, making all of this possible? You can find answer here 😊"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@flannel ·
okay, nvm. i just found out that on your last topic. lol
https://steemit.com/security/@noisy/what-is-the-difference-between-a-password-and-a-private-key-s-on-steemit-how-to-make-your-account-more-secure-by-using-them
properties (22)
post_id4,058,754
authorflannel
permlinkre-flannel-re-noisy-public-and-private-keys-how-they-are-used-by-steem-making-all-of-these-possible-you-can-find-answer-here-20170615t165527083z
categorysecurity
json_metadata"{"app": "steemit/0.1", "links": ["https://steemit.com/security/@noisy/what-is-the-difference-between-a-password-and-a-private-key-s-on-steemit-how-to-make-your-account-more-secure-by-using-them"], "tags": ["security"]}"
created2017-06-15 16:55:24
last_update2017-06-15 16:55:24
depth2
children0
net_rshares0
last_payout2017-06-22 16:55:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length216
author_reputation11,162,919,111
root_title"Public and Private Keys - how they are used by Steem, making all of this possible? You can find answer here 😊"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@uche ·
Good day everyone. I'm new to steemit and i'm a fun person to be with. I'd like to get a mentor to show me around. Kindly follow me and i'll be sure to follow back.
Do have yourselves awonderful day ahead.
properties (22)
post_id4,059,988
authoruche
permlinkre-noisy-public-and-private-keys-how-they-are-used-by-steem-making-all-of-these-possible-you-can-find-answer-here-20170615t171313653z
categorysecurity
json_metadata"{"app": "steemit/0.1", "tags": ["security"]}"
created2017-06-15 17:13:24
last_update2017-06-15 17:13:24
depth1
children0
net_rshares0
last_payout2017-06-22 17:13:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length205
author_reputation8,107,536,058
root_title"Public and Private Keys - how they are used by Steem, making all of this possible? You can find answer here 😊"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@bubshoe ·
Key management is a HUGE issue with the cryptocurrency population. not everyone really understands the actual meaning of "if you don't own your keys, you don't own the coin"

thank you for the post!
properties (22)
post_id4,060,119
authorbubshoe
permlinkre-noisy-public-and-private-keys-how-they-are-used-by-steem-making-all-of-these-possible-you-can-find-answer-here-20170615t171537210z
categorysecurity
json_metadata"{"app": "steemit/0.1", "tags": ["security"]}"
created2017-06-15 17:15:36
last_update2017-06-15 17:15:36
depth1
children0
net_rshares0
last_payout2017-06-22 17:15:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length198
author_reputation49,735,520,421
root_title"Public and Private Keys - how they are used by Steem, making all of this possible? You can find answer here 😊"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@oxicleanedjamal ·
This article was very helpful, thank you!
properties (22)
post_id4,061,288
authoroxicleanedjamal
permlinkre-noisy-public-and-private-keys-how-they-are-used-by-steem-making-all-of-these-possible-you-can-find-answer-here-20170615t173446775z
categorysecurity
json_metadata"{"app": "steemit/0.1", "tags": ["security"]}"
created2017-06-15 17:34:51
last_update2017-06-15 17:34:51
depth1
children0
net_rshares0
last_payout2017-06-22 17:34:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length41
author_reputation16,895,761,786
root_title"Public and Private Keys - how they are used by Steem, making all of this possible? You can find answer here 😊"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@hiimamazing ·
Excellent!
properties (22)
post_id4,069,060
authorhiimamazing
permlinkre-noisy-public-and-private-keys-how-they-are-used-by-steem-making-all-of-these-possible-you-can-find-answer-here-20170615t194740307z
categorysecurity
json_metadata"{"app": "steemit/0.1", "tags": ["security"]}"
created2017-06-15 19:47:36
last_update2017-06-15 19:47:36
depth1
children0
net_rshares0
last_payout2017-06-22 19:47:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length10
author_reputation143,438,807,721
root_title"Public and Private Keys - how they are used by Steem, making all of this possible? You can find answer here 😊"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@redsmock ·
Thanks for this information  +5 stars for you :)
properties (22)
post_id4,071,682
authorredsmock
permlinkre-noisy-public-and-private-keys-how-they-are-used-by-steem-making-all-of-these-possible-you-can-find-answer-here-20170615t203051997z
categorysecurity
json_metadata"{"app": "steemit/0.1", "tags": ["security"]}"
created2017-06-15 20:30:54
last_update2017-06-15 20:30:54
depth1
children0
net_rshares0
last_payout2017-06-22 20:30:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length48
author_reputation59,948,425,031
root_title"Public and Private Keys - how they are used by Steem, making all of this possible? You can find answer here 😊"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@xpilar ·
Follows, Resteem and upvote
properties (22)
post_id4,079,260
authorxpilar
permlinkre-noisy-public-and-private-keys-how-they-are-used-by-steem-making-all-of-these-possible-you-can-find-answer-here-20170615t223039959z
categorysecurity
json_metadata"{"app": "steemit/0.1", "tags": ["security"]}"
created2017-06-15 22:30:42
last_update2017-06-15 22:30:42
depth1
children0
net_rshares0
last_payout2017-06-22 22:30:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length27
author_reputation2,492,680,789,327,165
root_title"Public and Private Keys - how they are used by Steem, making all of this possible? You can find answer here 😊"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@schipkedit ·
Such an excellent post - would make me feel far more secure since my latest wallet compromise
properties (22)
post_id4,083,642
authorschipkedit
permlinkre-noisy-public-and-private-keys-how-they-are-used-by-steem-making-all-of-these-possible-you-can-find-answer-here-20170615t235211238z
categorysecurity
json_metadata"{"app": "steemit/0.1", "tags": ["security"]}"
created2017-06-15 23:52:09
last_update2017-06-15 23:52:09
depth1
children0
net_rshares0
last_payout2017-06-22 23:52:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length93
author_reputation1,801,173,528
root_title"Public and Private Keys - how they are used by Steem, making all of this possible? You can find answer here 😊"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@carface ·
$2.26
Great post, this public private key thing is a totally new concept to most people so glad to have a post making it easy to understand!
πŸ‘  
properties (23)
post_id4,085,072
authorcarface
permlinkre-noisy-public-and-private-keys-how-they-are-used-by-steem-making-all-of-these-possible-you-can-find-answer-here-20170616t001925848z
categorysecurity
json_metadata"{"app": "steemit/0.1", "tags": ["security"]}"
created2017-06-16 00:19:27
last_update2017-06-16 00:19:27
depth1
children0
net_rshares99,473,686,828
last_payout2017-06-23 00:19:27
cashout_time1969-12-31 23:59:59
total_payout_value1.696 SBD
curator_payout_value0.564 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length134
author_reputation20,209,499,381,910
root_title"Public and Private Keys - how they are used by Steem, making all of this possible? You can find answer here 😊"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@piercetheveil ·
Nicely Done. Thank you for this.

Following
properties (22)
post_id4,085,377
authorpiercetheveil
permlinkre-noisy-public-and-private-keys-how-they-are-used-by-steem-making-all-of-these-possible-you-can-find-answer-here-20170615t072657042z
categorysecurity
json_metadata"{"app": "steemit/0.1", "tags": ["security"]}"
created2017-06-16 00:25:27
last_update2017-06-16 00:25:27
depth1
children0
net_rshares0
last_payout2017-06-23 00:25:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length43
author_reputation387,059,541,458
root_title"Public and Private Keys - how they are used by Steem, making all of this possible? You can find answer here 😊"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@emperiumfx ·
Yes, because of your article I do not use my Master Password anymore, and I use here on Steemit only my private posting key. :)  

I still wonder then where and when  we use the master password?
properties (22)
post_id4,101,140
authoremperiumfx
permlinkre-noisy-public-and-private-keys-how-they-are-used-by-steem-making-all-of-these-possible-you-can-find-answer-here-20170616t054119427z
categorysecurity
json_metadata"{"app": "steemit/0.1", "tags": ["security"]}"
created2017-06-16 05:41:24
last_update2017-06-16 05:41:24
depth1
children0
net_rshares0
last_payout2017-06-23 05:41:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length194
author_reputation42,223,628,865
root_title"Public and Private Keys - how they are used by Steem, making all of this possible? You can find answer here 😊"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@iodoorclubmunich ·
Very good explanation. Thanks a lot.
properties (22)
post_id4,103,456
authoriodoorclubmunich
permlinkre-noisy-public-and-private-keys-how-they-are-used-by-steem-making-all-of-these-possible-you-can-find-answer-here-20170616t063142347z
categorysecurity
json_metadata"{"app": "steemit/0.1", "tags": ["security"]}"
created2017-06-16 06:31:48
last_update2017-06-16 06:31:48
depth1
children0
net_rshares0
last_payout2017-06-23 06:31:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length36
author_reputation560,904,454,314
root_title"Public and Private Keys - how they are used by Steem, making all of this possible? You can find answer here 😊"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@carpinus ·
thank you for the information
πŸ‘  
properties (23)
post_id4,124,197
authorcarpinus
permlinkre-noisy-public-and-private-keys-how-they-are-used-by-steem-making-all-of-these-possible-you-can-find-answer-here-20170616t144525882z
categorysecurity
json_metadata"{"app": "steemit/0.1", "tags": ["security"]}"
created2017-06-16 13:42:42
last_update2017-06-16 13:42:42
depth1
children0
net_rshares266,962,199
last_payout2017-06-23 13:42:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length29
author_reputation743,209,258,303
root_title"Public and Private Keys - how they are used by Steem, making all of this possible? You can find answer here 😊"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@dber ·
$3.54
This post is helpful - but I am having a very specific problem I am trying to get resolved. 

I joined streemian yesterday before I realized the strength of the active wif. Now I am trying to rescind streemians permissions but i cant. Reseting my password has no effect. I dont know what to do. 

I've posted in more detail here. It seems to me streemian collects the wif under somewhat false pretenses saying they cannot access your funds. 


https://steemit.com/steemit/@dber/need-help-i-think-streemian-is-procuring-active-wifs-from-new-users-under-false-pretenses-2017616t93220644z
πŸ‘  , , , , , , , , , , , ,
properties (23)
post_id4,130,575
authordber
permlinkre-noisy-2017616t11146950z
categorysecurity
json_metadata"{"app": "esteem/1.4.5", "format": "markdown+html", "community": "esteem", "tags": "security"}"
created2017-06-16 15:13:57
last_update2017-06-16 15:13:57
depth1
children0
net_rshares170,394,244,138
last_payout2017-06-23 15:13:57
cashout_time1969-12-31 23:59:59
total_payout_value3.516 SBD
curator_payout_value0.028 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length585
author_reputation38,705,954,145,809
root_title"Public and Private Keys - how they are used by Steem, making all of this possible? You can find answer here 😊"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (13)
@mikej ·
Amazing technology.
properties (22)
post_id4,179,411
authormikej
permlinkre-noisy-public-and-private-keys-how-they-are-used-by-steem-making-all-of-these-possible-you-can-find-answer-here-20170617t064534743z
categorysecurity
json_metadata"{"app": "steemit/0.1", "tags": ["security"]}"
created2017-06-17 06:45:33
last_update2017-06-17 06:45:33
depth1
children0
net_rshares0
last_payout2017-06-24 06:45:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length19
author_reputation697,161,399,963
root_title"Public and Private Keys - how they are used by Steem, making all of this possible? You can find answer here 😊"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@get-baking ·
Excellent article, I had no idea.  Following and resteemed again. X
properties (22)
post_id4,182,942
authorget-baking
permlinkre-noisy-public-and-private-keys-how-they-are-used-by-steem-making-all-of-these-possible-you-can-find-answer-here-20170617t081317985z
categorysecurity
json_metadata"{"app": "steemit/0.1", "tags": ["security"]}"
created2017-06-17 08:13:27
last_update2017-06-17 08:13:27
depth1
children0
net_rshares0
last_payout2017-06-24 08:13:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length67
author_reputation1,548,816,618,912
root_title"Public and Private Keys - how they are used by Steem, making all of this possible? You can find answer here 😊"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@khairulmuammar ·
Ini jelas merupakan fitur praktis yang perlu diketahui. Saya mulai menggunakan kunci untuk mengeposkan hanya di perangkat seluler saya untuk keamanan tambahan. Hal ini memungkinkan saya untuk melihat, upvote, komentar dan posting, tapi Anda tidak dapat melakukan hal lain. Perangkat saya aman dengan kata sandi tentunya, namun tetap merupakan ide bagus untuk berhati-hati jika ada orang yang memegang perangkat Anda sebelum kata sandi Anda diperlukan kembali.
properties (22)
post_id4,183,195
authorkhairulmuammar
permlinkre-noisy-public-and-private-keys-how-they-are-used-by-steem-making-all-of-these-possible-you-can-find-answer-here-20170617t081922124z
categorysecurity
json_metadata"{"app": "steemit/0.1", "tags": ["security"]}"
created2017-06-17 08:19:36
last_update2017-06-17 08:19:36
depth1
children0
net_rshares0
last_payout2017-06-24 08:19:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length459
author_reputation39,405,383,233,632
root_title"Public and Private Keys - how they are used by Steem, making all of this possible? You can find answer here 😊"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@xxvjs ·
$5.70
Witam kolegΔ™ z Polski! Przydatne informacje, dziΔ™ki! :)
πŸ‘  ,
properties (23)
post_id4,184,711
authorxxvjs
permlinkre-noisy-public-and-private-keys-how-they-are-used-by-steem-making-all-of-these-possible-you-can-find-answer-here-20170617t085501151z
categorysecurity
json_metadata"{"app": "steemit/0.1", "tags": ["security"]}"
created2017-06-17 08:55:00
last_update2017-06-17 08:55:00
depth1
children0
net_rshares266,714,501,360
last_payout2017-06-24 08:55:00
cashout_time1969-12-31 23:59:59
total_payout_value4.274 SBD
curator_payout_value1.423 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length55
author_reputation604,103,165,045
root_title"Public and Private Keys - how they are used by Steem, making all of this possible? You can find answer here 😊"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (2)
@masterthematrix ·
Hi noisy, I really need your Help. Somebody has stolen my profile picture and is using it for him self. I wrote an article about to reach out to the community who can help me. Could you please take a look and maybe you have a good idea how I can stop this user from using my profile image. https://steemit.com/blog/@masterthematrix/my-account-profile-was-stolen-please-help-me
properties (22)
post_id4,186,074
authormasterthematrix
permlinkre-noisy-public-and-private-keys-how-they-are-used-by-steem-making-all-of-these-possible-you-can-find-answer-here-20170617t092854642z
categorysecurity
json_metadata"{"app": "steemit/0.1", "links": ["https://steemit.com/blog/@masterthematrix/my-account-profile-was-stolen-please-help-me"], "tags": ["security"]}"
created2017-06-17 09:28:57
last_update2017-06-17 09:28:57
depth1
children0
net_rshares0
last_payout2017-06-24 09:28:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length376
author_reputation9,476,908,045,141
root_title"Public and Private Keys - how they are used by Steem, making all of this possible? You can find answer here 😊"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@vickykumar ·
LINUX can hack Steemit????
https://steemit.com/teamaustralia/@vickykumar/linux-can-hack-steemit-or-not
![hack.jpg](https://steemitimages.com/DQmXeKyJHJt4ALNzoi1UU9ECKh3Hv7mJWt2w9KUiQ1dkW7v/hack.jpg)
properties (22)
post_id4,208,664
authorvickykumar
permlinkre-noisy-public-and-private-keys-how-they-are-used-by-steem-making-all-of-these-possible-you-can-find-answer-here-20170617t162009556z
categorysecurity
json_metadata"{"app": "steemit/0.1", "links": ["https://steemit.com/teamaustralia/@vickykumar/linux-can-hack-steemit-or-not"], "image": ["https://steemitimages.com/DQmXeKyJHJt4ALNzoi1UU9ECKh3Hv7mJWt2w9KUiQ1dkW7v/hack.jpg"], "tags": ["security"]}"
created2017-06-17 16:20:12
last_update2017-06-17 16:20:12
depth1
children0
net_rshares0
last_payout2017-06-24 16:20:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length198
author_reputation-48,852,735,715
root_title"Public and Private Keys - how they are used by Steem, making all of this possible? You can find answer here 😊"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@dvimspdgo ·
Anyone know when we'll be able to send messages to other steemit users using public/private key encryption?
properties (22)
post_id4,248,246
authordvimspdgo
permlinkre-noisy-public-and-private-keys-how-they-are-used-by-steem-making-all-of-these-possible-you-can-find-answer-here-20170618t051554914z
categorysecurity
json_metadata"{"app": "steemit/0.1", "tags": ["security"]}"
created2017-06-18 05:15:54
last_update2017-06-18 05:15:54
depth1
children0
net_rshares0
last_payout2017-06-25 05:15:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length107
author_reputation2,380,491,673
root_title"Public and Private Keys - how they are used by Steem, making all of this possible? You can find answer here 😊"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@ronmamita ·
Thanks for all your great efforts in security!
I have not sorted all of this yet, can you point this red fish newb to a tutorial of do's and don'ts with the passwords, private keys, wallets, etc. and finally how to recover if I already committed some don'ts before I knew better.

Again, if you posted or know a post with that info for newbs then a link would be extremely appreciated - thank you for being here!
properties (22)
post_id4,268,801
authorronmamita
permlinkre-noisy-public-and-private-keys-how-they-are-used-by-steem-making-all-of-these-possible-you-can-find-answer-here-20170618t125133238z
categorysecurity
json_metadata"{"app": "steemit/0.1", "tags": ["security"]}"
created2017-06-18 12:51:33
last_update2017-06-18 12:51:33
depth1
children0
net_rshares0
last_payout2017-06-25 12:51:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length412
author_reputation770,312,005,797
root_title"Public and Private Keys - how they are used by Steem, making all of this possible? You can find answer here 😊"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@nickdavison ·
Hello @noisy, good post. I'm a new member who only just joined the platform. I would love it if you would take a minute to look at my profile page and click the follow button if my stuff interests you. Thanks a lot.
πŸ‘  
πŸ‘Ž  
properties (23)
post_id4,390,637
authornickdavison
permlinkre-noisy-public-and-private-keys-how-they-are-used-by-steem-making-all-of-these-possible-you-can-find-answer-here-20170620t015706071z
categorysecurity
json_metadata"{"app": "steemit/0.1", "users": ["noisy"], "tags": ["security"]}"
created2017-06-20 01:57:03
last_update2017-06-20 01:57:03
depth1
children1
net_rshares-232,038,258,794
last_payout2017-06-27 01:57:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length215
author_reputation2,010,635,440,258
root_title"Public and Private Keys - how they are used by Steem, making all of this possible? You can find answer here 😊"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (2)
@noisy ·
you are asking this question everywhere. I flag this kind of comments.
properties (22)
post_id4,395,766
authornoisy
permlinkre-nickdavison-re-noisy-public-and-private-keys-how-they-are-used-by-steem-making-all-of-these-possible-you-can-find-answer-here-20170620t034848993z
categorysecurity
json_metadata"{"app": "steemit/0.1", "tags": ["security"]}"
created2017-06-20 03:48:48
last_update2017-06-20 03:48:48
depth2
children0
net_rshares0
last_payout2017-06-27 03:48:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length70
author_reputation54,116,952,654,646
root_title"Public and Private Keys - how they are used by Steem, making all of this possible? You can find answer here 😊"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@inber ·
May be it's a bit of off topic, but may be you can give some advises about how to secure steemit password?
properties (22)
post_id4,479,137
authorinber
permlinkre-noisy-public-and-private-keys-how-they-are-used-by-steem-making-all-of-these-possible-you-can-find-answer-here-20170620t213041791z
categorysecurity
json_metadata"{"app": "steemit/0.1", "tags": ["security"]}"
created2017-06-20 21:30:39
last_update2017-06-20 21:30:39
depth1
children0
net_rshares0
last_payout2017-06-27 21:30:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length106
author_reputation313,008,085,026,048
root_title"Public and Private Keys - how they are used by Steem, making all of this possible? You can find answer here 😊"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@cardinalkpatrick ·
Thank you ..upvoted
properties (22)
post_id4,514,739
authorcardinalkpatrick
permlinkre-noisy-public-and-private-keys-how-they-are-used-by-steem-making-all-of-these-possible-you-can-find-answer-here-20170621t041829427z
categorysecurity
json_metadata"{"app": "steemit/0.1", "tags": ["security"]}"
created2017-06-21 04:18:48
last_update2017-06-21 04:18:48
depth1
children0
net_rshares0
last_payout2017-06-28 04:18:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length19
author_reputation1,815,051,235,596
root_title"Public and Private Keys - how they are used by Steem, making all of this possible? You can find answer here 😊"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@sarahewaring ·
Hi noisy....I cannot get into my other account still and followed your advice. Do you have my new password please for Aubrey Fox?
properties (22)
post_id4,785,916
authorsarahewaring
permlinkre-noisy-public-and-private-keys-how-they-are-used-by-steem-making-all-of-these-possible-you-can-find-answer-here-20170623t115653846z
categorysecurity
json_metadata"{"app": "steemit/0.1", "tags": ["security"]}"
created2017-06-23 11:57:36
last_update2017-06-23 11:57:36
depth1
children5
net_rshares0
last_payout2017-06-30 11:57:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length129
author_reputation52,615,186,133,157
root_title"Public and Private Keys - how they are used by Steem, making all of this possible? You can find answer here 😊"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@noisy ·
did you started account recovery process?
properties (22)
post_id4,786,019
authornoisy
permlinkre-sarahewaring-re-noisy-public-and-private-keys-how-they-are-used-by-steem-making-all-of-these-possible-you-can-find-answer-here-20170623t115843620z
categorysecurity
json_metadata"{"app": "steemit/0.1", "tags": ["security"]}"
created2017-06-23 11:58:45
last_update2017-06-23 11:58:45
depth2
children4
net_rshares0
last_payout2017-06-30 11:58:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length41
author_reputation54,116,952,654,646
root_title"Public and Private Keys - how they are used by Steem, making all of this possible? You can find answer here 😊"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@sarahewaring ·
Yes two weeks ago...keeps saying they are working on it!
properties (22)
post_id4,786,529
authorsarahewaring
permlinkre-noisy-re-sarahewaring-re-noisy-public-and-private-keys-how-they-are-used-by-steem-making-all-of-these-possible-you-can-find-answer-here-20170623t120406704z
categorysecurity
json_metadata"{"app": "steemit/0.1", "tags": ["security"]}"
created2017-06-23 12:04:48
last_update2017-06-23 12:04:48
depth3
children3
net_rshares0
last_payout2017-06-30 12:04:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length56
author_reputation52,615,186,133,157
root_title"Public and Private Keys - how they are used by Steem, making all of this possible? You can find answer here 😊"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@kornilov ·
Very complicated for chicken brains, but I get it! :)
properties (22)
post_id6,053,470
authorkornilov
permlinkre-noisy-public-and-private-keys-how-they-are-used-by-steem-making-all-of-these-possible-you-can-find-answer-here-20170703t221240825z
categorysecurity
json_metadata"{"app": "steemit/0.1", "tags": ["security"]}"
created2017-07-03 22:12:39
last_update2017-07-03 22:12:39
depth1
children0
net_rshares0
last_payout2017-07-10 22:12:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length53
author_reputation23,804,916,731
root_title"Public and Private Keys - how they are used by Steem, making all of this possible? You can find answer here 😊"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@littlenewthings ·
This is actually really useful information @noisy! But I still do not understand how do you encrypt your message with the public key here in Steemit. 
[![sweat smile](http://img.mywofs.com/minime/littlenewthings/mini-me-sweat-smile-f.png)](https://steemit.com/art/@littlenewthings/once-addicted-game-s-next-level-customised-mee-py-stickers)
Right now all our posts are using the post private key to log in to post. And even people with no login will still see my post. 
So how does that work?
Maybe I need to read your first post to see if there is a real example.
πŸ‘  
properties (23)
post_id9,725,521
authorlittlenewthings
permlinkre-noisy-public-and-private-keys-how-they-are-used-by-steem-making-all-of-these-possible-you-can-find-answer-here-20170810t030519806z
categorysecurity
json_metadata"{"links": ["https://steemit.com/art/@littlenewthings/once-addicted-game-s-next-level-customised-mee-py-stickers"], "app": "steemit/0.1", "users": ["noisy"], "image": ["http://img.mywofs.com/minime/littlenewthings/mini-me-sweat-smile-f.png"], "tags": ["security"]}"
created2017-08-10 03:05:06
last_update2017-08-10 03:05:06
depth1
children0
net_rshares1,033,732,046
last_payout2017-08-17 03:05:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length564
author_reputation54,813,671,015,584
root_title"Public and Private Keys - how they are used by Steem, making all of this possible? You can find answer here 😊"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@dillibabu ·
Yes!
Very easy to listen your article... with Good Explanations..
I'm really got Amazing for this nice article
Thanks for your sharing....
keep in touch dear
properties (22)
post_id9,831,974
authordillibabu
permlinkre-noisy-public-and-private-keys-how-they-are-used-by-steem-making-all-of-these-possible-you-can-find-answer-here-20170811t053424271z
categorysecurity
json_metadata"{"app": "steemit/0.1", "tags": ["security"]}"
created2017-08-11 05:34:24
last_update2017-08-11 05:34:24
depth1
children0
net_rshares0
last_payout2017-08-18 05:34:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length157
author_reputation56,812,571,147
root_title"Public and Private Keys - how they are used by Steem, making all of this possible? You can find answer here 😊"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@coinenvy ·
@noisy - Thanks for the great security series! I see in the image in this post that you too do not have a button to show the OWNER "Private Key"...

1.) Why can we not see the Owner "Private Key"?
2.) If we change our "password", does it change all 4 Private Keys?

Thanks again!
properties (22)
post_id10,307,592
authorcoinenvy
permlinkre-noisy-public-and-private-keys-how-they-are-used-by-steem-making-all-of-these-possible-you-can-find-answer-here-20170816t181004425z
categorysecurity
json_metadata"{"app": "steemit/0.1", "users": ["noisy"], "tags": ["security"]}"
created2017-08-16 18:10:03
last_update2017-08-16 18:10:03
depth1
children0
net_rshares0
last_payout2017-08-23 18:10:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length279
author_reputation18,290,358,680
root_title"Public and Private Keys - how they are used by Steem, making all of this possible? You can find answer here 😊"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@tribe9 ·
I know this a post thats over a year old. But that is the best explanation I've seen on the web to explain key pairs to people.
properties (22)
post_id62,954,155
authortribe9
permlinkre-noisy-public-and-private-keys-how-they-are-used-by-steem-making-all-of-these-possible-you-can-find-answer-here-20180921t115012253z
categorysecurity
json_metadata{"tags":["security"],"app":"steemit\/0.1"}
created2018-09-21 11:50:12
last_update2018-09-21 11:50:12
depth1
children0
net_rshares0
last_payout2018-09-28 11:50:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length127
author_reputation19,498,445,997
root_title"Public and Private Keys - how they are used by Steem, making all of this possible? You can find answer here 😊"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@steemmillionaire ·
Hi @noisy! Do you know what algorithm is used by STEEM to the public key - private key mechanism?
properties (22)
post_id70,482,886
authorsteemmillionaire
permlinkre-noisy-public-and-private-keys-how-they-are-used-by-steem-making-all-of-these-possible-you-can-find-answer-here-20190222t093340855z
categorysecurity
json_metadata{"tags":["security"],"users":["noisy"],"app":"steemit\/0.1"}
created2019-02-22 09:33:42
last_update2019-02-22 09:33:42
depth1
children0
net_rshares0
last_payout2019-03-01 09:33:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length97
author_reputation31,948,056,546,743
root_title"Public and Private Keys - how they are used by Steem, making all of this possible? You can find answer here 😊"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@mackmck ·
Where do I get this backup password pdf now? I have no access to any of my passwords (except the one that won't log in to anything)
properties (22)
post_id72,502,846
authormackmck
permlinkre-noisy-public-and-private-keys-how-they-are-used-by-steem-making-all-of-these-possible-you-can-find-answer-here-20190404t003549957z
categorysecurity
json_metadata{"tags":["security"],"app":"steemit\/0.1"}
created2019-04-04 00:35:51
last_update2019-04-04 00:35:51
depth1
children0
net_rshares0
last_payout2019-04-11 00:35:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length131
author_reputation14,981,508,863,374
root_title"Public and Private Keys - how they are used by Steem, making all of this possible? You can find answer here 😊"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars0