In our "[trustless](https://lisk.io/academy/blockchain-basics/benefits-of-blockchain/why-is-blockchain-trustless)" world, I am writing a post this morning on what I have learned to do to add an additional layer of security to my downloading and installation of software. Particularly open-source software, which we encounter a __*lot*__ of when choosing to invest in blockchain technology and the resulting "digital asset" class. <p><center><img src="https://cdn.pixabay.com/photo/2019/02/28/20/28/security-4026783_960_720.jpg"><sub><a href="https://pixabay.com/photos/security-man-monitor-binary-4026783/" target="_blank">Image Source: Pixabay</a></sub></center></p> As an older man, with a lot of experience in life, I have always enjoyed a good quote. The older I get, the more I like them ... 😊 Here is one which might be applied to our topic this morning: > *"__Eternal vigilance__ is the price of liberty"* > > [Source: This Day in Quotes](http://www.thisdayinquotes.com/2011/01/eternal-vigilance-is-price-of-liberty.html) So ... Let's talk about being prudent in taking some pretty simple steps to add some protection to our use of downloaded open-source software. <p><center><img src="https://steemitimages.com/DQmc2H3Lgvc1aWLMBBeokhh3AkjrLpjDqsB49SqVYB7nXAy"></center></p> <h1>Checking Validity of Downloaded Software</h1> While making no claim to being a "technical wizard" when it comes to this topic, I am well enough aware of the potential for __*any*__ software to be a potential threat to my home network, that I take the following steps, when downloading and installing open-source software. * Note: When downloading from large corporations, e.g. Microsoft, Apple, Google, etc., we typically don't even think about this, as we assume our protection is "built in" to their services to us. Hopefully right, but not the topic of this post.<br><br> This post is specifically about software accessible through open-source channels, e.g. "digital asset" wallets, as in the example which follows:<br><br> Yesterday, I wrote an [update post](https://steemit.com/blog/@roleerob/update-2019-mar-20-what-s-up-with-roleerob) in which I mentioned @arkecosystem and learning about the latest [ARK](https://ark.io/) wallet, for a digital asset in which I have chosen to invest. Well, this morning I was following up and getting this installed, as I like to stay on top of ensuring I have the "latest, greatest" version of any software I use. Here are the steps I followed, which will provide you an outline for what I always do, no matter what the specific software may be.<br><br> * Step __1__: Opened the link I maintain in a database, to the [GitHub repositiory](https://github.com/ArkEcosystem/desktop-wallet/releases) for the ArkEcosystem's software, and downloaded into the subfolder on my computer where I store ARK wallet sofware.<br><br>Note: If you are not already familiar with it, [GitHub](https://github.com/) is the largest repository in the world for software code writers. If you choose, you can open an account there easily, so you can communicate with them.<br><br> <p><center><img src="https://steemitimages.com/800x0/https://cdn.steemitimages.com/DQme9mhUJNLorcXs54MNiF929Ls87wfkboUt5B8LrfvQmxg/image.png"></center></p><p><center><h6>Image 1: Click on Software Link and Download</h6></center></p> * Step __2__: Opened the ReadMe file stored in the subfolder into which the file above was downloaded, and updated it with information from this latest download, as shown below.<br><br> <p><center><img src="https://cdn.steemitimages.com/DQmUBEza6fQ2QqEedUMzkP6apfeYem44GiwHq9dHtqDtfxP/image.png"></center></p><p><center><h6>Image 2: Update CertUtil Specs in ReadMe.txt File</h6></center></p> * Step __3__: In the subfolder storing the downloaded file, hold down the Shift key the right click with your mouse, anywhere on the screen. This opens an instance of Windows PowerShell, as shown below. Copy and paste the CertUtil string stored in the ReadMe file into PowerShell and execute.<br><br>Note: If you are not already familiar with it, CertUtil is a Windows utility which has a number of uses ...<br><br> <p><center><img src="https://cdn.steemitimages.com/DQmSRndd3VYUknMvdFKpzypZ3ifJMBvUcxARruyi5RmXpeQ/image.png"></center></p><p><center><h6>Image 3: Execute CertUtil Command in Windows PowerShell</h6></center></p> * Step __4__: Copy and paste the SHA256 hash generated in Step 3 into a spreadsheet designed to compare this string, with the one provided on the webpage from which the software was originally downloaded. See Image 1 above.<br><br>Note: Sadly, not all web sites provide the hash info needed. I have myself written to the software authors, when I have found this valuable info missing, and have been generally pleased at their responsive in providing it for future releases.<br><br> <p><center><img src="https://steemitimages.com/600x0/https://cdn.steemitimages.com/DQmVNgLLCbmAKfEaZ62mAEfH96nGacgsZeYqibMetVZTmQA/image.png"></center></p><p><center><h6>Image 4: Compare SHA256 Hashes in Spreadsheet</h6></center></p> As most of us have already experienced, the cryptographic strings found in this new "digital asset" class universe are bewilderingly complex. Rather than take the time and trouble, all while risking the chance of error, to compare them *manually,* I built a spreadsheet to "automate" the process. The spreadsheet shown above is comparatively simple. The key is the formula shown in the B10 cell. It strips any leading or trailing "white space" and compares the two strings - one from the PowerShell command and one from the website. The formula returns TRUE if the strings match. FALSE if they don't. So ... What just happened?! 😉 The SHA256 hash value is a sophisticated store of a number representing the file you just downloaded. By comparing it to the value generated by a *copy* of the software now downloaded on to __*your*__ computer, you are checking to ensure that you are not working with a tampered version of the file. Hackers and those with nothing better to do with their lives than cause us trouble can be __*very*__ sneaky in what they can embed in these files. Unbeknownst to you. The SHA256 hash value is one common way of testing for this. Disclaimer: While not __*bulletproof*__, these steps provide just what this post says - "added security." For just a bit more peace of mind ... --- So ... Safe to install the newly downloaded sofware now right? Yeah ... Well no ... Not entirely ... * Step __5__: You may, as I commonly have, experience the following dialog, when you begin to install your newly downloaded software. If you want to proceed, this illustration shows you how to do it - click on the "More Info" hyperlink, then on the "Run anyway" button.<br><br>Note: Again, far from an expert, but my understanding is Windows Defender (if you have it activated, as I do ...) is checking to see if there is a Microsoft certificate for the software publisher on file in their security systems.<br><br> <p><center><img src="https://cdn.steemitimages.com/DQmPmwuiqGmxD7WLQd91pSw8PexubxreYi4pWHuiWzUoNWa/image.png"><img src="https://cdn.steemitimages.com/DQmRxiSWYpiwKCxfegq4vEsWMUJJaer1UpQWFcugjm8XsZk/image.png"></center></p><p><center><h6>Image 5: Getting Past Windows Security Check?</h6></center></p> While this may initially be alarming, keep in mind that many, many code writers in the open-source community produce what they do in their "off hours," when they are not working at their "day jobs." Many elect, for various reasons __*not*__ to take the time to register for these certificates. Perhaps as a philosophical "statement," perhaps due to a lack of time, etc. After researching this issue and reading up on what it represents, I have always done what I show above and, so far, have not lived to regret it. You will have to decide for yourself whether this is a risk worth taking. --- These are the steps I successfully followed a short time ago. Along with taking the time to capture the screenshots above for this post.<br><br> <p><center><img src="https://cdn.pixabay.com/photo/2018/05/04/17/16/eye-3374462_960_720.jpg"><sub><a href="https://pixabay.com/photos/eye-information-technology-digital-3374462/" target="_blank">Image Source: Pixabay</a></sub></center></p> Wrapping up, while never a fan of being paranoid, I have long been an advocate for being __*prudent.*__ Keeping at least "one eye" on your digital security is highly recommended. I hope this will be of some help to you dear reader. <p><center><img src="https://steemitimages.com/DQmc2H3Lgvc1aWLMBBeokhh3AkjrLpjDqsB49SqVYB7nXAy"></center></p> <h1>Closing</h1> Just this morning, I was writing to my good Steemian friend, @insight-out, about writing whatever is on your heart. "Practicing what I preach" I have long written on a number of topics on the Steem blockchain. And organized them into what I typically refer to as "series." So ... Here you have my latest contribution to my "technical aide" series. I’d love to hear any feedback you may be inspired to provide. Until "next time," all the best to you for an even better tomorrow, as we all __*work*__ together to build our Steem Community! 👍 😊 Respectfully, Steemian @roleerob Posted using [SteemPeak](https://steempeak.com) and *“immutably enshrined in the blockchain”* on Thursday, 21 March 2019! --- P.S. If anyone reading this would have any tips for me on better tags / channels to use for posts like this one, I would be very appreciative of any help provided! <p><center><img src="https://steemitimages.com/600x0/https://steemitimages.com/DQmZUZfsi6RST4zM3NrERtKZv12uwXMLoWsbvVgpKRyGP6D/divider%20123.png" alt="divider 123.png" /></center></p> <p><center><img src="https://steemitimages.com/400x0/https://ipfs.busy.org/ipfs/QmYXFnWDwR9CjHCM88xek45LeJqxT18pkVqWH7YgZZPB3d"></center></p> <br> ##### Interested to read more of my “technical aide” posts? Great!<br><br> * [Welcome to the Steemisphere! Getting Off to a "Flying Start," Version 1.0](https://steempeak.com/steem/@roleerob/welcome-to-the-steemisphere-getting-off-to-a-flying-start-version-1-0) – Covers the full spectrum of what a new Steemian needs to know to get off to a “flying start.”<br><br> * [User's Guide to the Steemisphere, Version 1.0](https://steempeak.com/steem/@roleerob/user-s-guide-to-the-steemisphere-version-1-0) – Covers the recommended apps and tools a new Steemian needs as they begin to engage with our Steem blockchain.<br><br> * [Tech Aide: Investing in the Steem Blockchain on Binance and Bittrex](https://steemit.com/steem/@roleerob/tech-aide-investing-in-the-steem-blockchain-on-binance-and-bittrex) - Covers investing in STEEM and SBD on these popular exchanges.<br><br> <p><center><sub>This account is protected by @dustsweeper</sub></center></p>
author | roleerob |
---|---|
permlink | tech-aide-added-security-steps-for-downloading-open-source-software |
category | blog |
json_metadata | {"community":"steempeak","app":"steempeak/1.9.0","format":"markdown","tags":["blog","life","engagement","community","cryptocurrency"],"users":["roleerob","arkecosystem","insight-out","dustsweeper"],"links":["https://lisk.io/academy/blockchain-basics/benefits-of-blockchain/why-is-blockchain-trustless","https://pixabay.com/photos/security-man-monitor-binary-4026783/","http://www.thisdayinquotes.com/2011/01/eternal-vigilance-is-price-of-liberty.html","https://steemit.com/blog/@roleerob/update-2019-mar-20-what-s-up-with-roleerob","/@arkecosystem","https://ark.io/","https://github.com/ArkEcosystem/desktop-wallet/releases","https://github.com/","https://pixabay.com/photos/eye-information-technology-digital-3374462/","/@insight-out"],"image":["https://cdn.pixabay.com/photo/2019/02/28/20/28/security-4026783_960_720.jpg","https://steemitimages.com/DQmc2H3Lgvc1aWLMBBeokhh3AkjrLpjDqsB49SqVYB7nXAy","https://steemitimages.com/800x0/https://cdn.steemitimages.com/DQme9mhUJNLorcXs54MNiF929Ls87wfkboUt5B8LrfvQmxg/image.png","https://cdn.steemitimages.com/DQmUBEza6fQ2QqEedUMzkP6apfeYem44GiwHq9dHtqDtfxP/image.png","https://cdn.steemitimages.com/DQmSRndd3VYUknMvdFKpzypZ3ifJMBvUcxARruyi5RmXpeQ/image.png","https://steemitimages.com/600x0/https://cdn.steemitimages.com/DQmVNgLLCbmAKfEaZ62mAEfH96nGacgsZeYqibMetVZTmQA/image.png","https://cdn.steemitimages.com/DQmPmwuiqGmxD7WLQd91pSw8PexubxreYi4pWHuiWzUoNWa/image.png","https://cdn.steemitimages.com/DQmRxiSWYpiwKCxfegq4vEsWMUJJaer1UpQWFcugjm8XsZk/image.png","https://cdn.pixabay.com/photo/2018/05/04/17/16/eye-3374462_960_720.jpg","https://steemitimages.com/DQmc2H3Lgvc1aWLMBBeokhh3AkjrLpjDqsB49SqVYB7nXAy","https://steemitimages.com/600x0/https://steemitimages.com/DQmZUZfsi6RST4zM3NrERtKZv12uwXMLoWsbvVgpKRyGP6D/divider%20123.png","https://steemitimages.com/400x0/https://ipfs.busy.org/ipfs/QmYXFnWDwR9CjHCM88xek45LeJqxT18pkVqWH7YgZZPB3d"]} |
created | 2019-03-21 18:49:48 |
last_update | 2019-03-21 18:49:48 |
depth | 0 |
children | 9 |
last_payout | 2019-03-28 18:49:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 10.628 HBD |
curator_payout_value | 3.326 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 10,899 |
author_reputation | 121,016,488,104,457 |
root_title | "Tech Aide: Added Security Steps for Downloading Open-Source Software" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 81,694,370 |
net_rshares | 21,554,759,328,852 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
tombstone | 0 | 23,380,400,244 | 0.1% | ||
kevinwong | 0 | 40,265,040,930 | 0.5% | ||
kaylinart | 0 | 188,594,426,846 | 100% | ||
mammasitta | 0 | 447,990,236 | 0.1% | ||
arcange | 0 | 28,789,481,129 | 3% | ||
arconite | 0 | 102,397,023 | 0.25% | ||
raphaelle | 0 | 1,365,606,801 | 3% | ||
anarcho-andrei | 0 | 612,691,322 | 3% | ||
dexter-k | 0 | 157,056,550,108 | 100% | ||
clayboyn | 0 | 4,298,535,325 | 7% | ||
aewind | 0 | 142,114,755,306 | 100% | ||
mangos | 0 | 696,787,372,306 | 19% | ||
noelboensel | 0 | 196,012,645,817 | 100% | ||
freecrypto | 0 | 299,909,749,458 | 100% | ||
elviento | 0 | 868,277,688 | 1.35% | ||
choogirl | 0 | 3,720,436,504 | 5.37% | ||
holm | 0 | 306,613,122,987 | 100% | ||
neander-squirrel | 0 | 126,739,907,878 | 100% | ||
isaria | 0 | 39,509,000,727 | 10% | ||
flauwy | 0 | 166,767,327,699 | 100% | ||
robinhaney | 0 | 315,566,625,508 | 100% | ||
anacristinasilva | 0 | 90,082,982,388 | 100% | ||
jayna | 0 | 1,248,121,352 | 1.5% | ||
taliakerch | 0 | 153,166,107,593 | 100% | ||
thinkkniht | 0 | 73,021,926 | 100% | ||
msp-lovebot | 0 | 65,743,175,845 | 10% | ||
amymya | 0 | 355,467,558 | 1% | ||
redrica | 0 | 1,840,946,523 | 2.2% | ||
arshikhan | 0 | 270,399,465,925 | 100% | ||
rye05 | 0 | 174,774,468 | 1.07% | ||
cepul | 0 | 178,391,938 | 5.37% | ||
mitthradiumn | 0 | 104,187,999,082 | 100% | ||
troopaloop | 0 | 78,261,615,130 | 100% | ||
accelerator | 0 | 1,603,488,211,129 | 100% | ||
torico | 0 | 920,187,286 | 2.68% | ||
carrieallen | 0 | 2,531,182,900 | 5% | ||
valikos | 0 | 230,120,586,717 | 100% | ||
memorysports | 0 | 531,147,967 | 100% | ||
filipino | 0 | 945,323,506 | 10% | ||
thedarkhorse | 0 | 169,151,720,094 | 100% | ||
jlsplatts | 0 | 409,213,876 | 1.07% | ||
art-mess | 0 | 99,826,647 | 5% | ||
flauwy-de | 0 | 241,321,408 | 100% | ||
ngc | 0 | 3,494,618,271,536 | 63% | ||
socent | 0 | 587,070,496 | 15% | ||
eonwarped | 0 | 48,319,752,702 | 9% | ||
steemph.manila | 0 | 861,028,231 | 5.37% | ||
evecab | 0 | 225,763,127 | 0.5% | ||
pechichemena | 0 | 230,270,121 | 2% | ||
imacryptorick | 0 | 7,247,795,643,808 | 100% | ||
kernelillo | 0 | 91,336,257 | 5% | ||
helpie | 0 | 104,267,423,754 | 10% | ||
markaustin | 0 | 539,035,352 | 5% | ||
luisferchav | 0 | 265,413,848 | 5% | ||
rantar | 0 | 121,960,044,482 | 100% | ||
quicksnake | 0 | 103,547,535,131 | 100% | ||
soulturtle | 0 | 218,226,677 | 2% | ||
adonisabril | 0 | 114,825,955,937 | 100% | ||
mountainjewel | 0 | 295,505,043 | 0.2% | ||
carpedimus | 0 | 107,525,951 | 5% | ||
mattiarinaldoni | 0 | 136,692,568 | 5.37% | ||
bengy | 0 | 1,066,211,236 | 5% | ||
smartmarket | 0 | 247,505,786,104 | 2.36% | ||
trincowski | 0 | 67,722,011,974 | 30% | ||
newageinv | 0 | 39,604,270,655 | 10% | ||
lunaticpandora | 0 | 472,993,836 | 1.2% | ||
silentscreamer | 0 | 248,839,632 | 5% | ||
cryptosharon | 0 | 708,069,317 | 1.2% | ||
hazem91 | 0 | 375,248,765 | 2% | ||
verhp11 | 0 | 105,893,827 | 1% | ||
veryspider | 0 | 4,937,201,817 | 5% | ||
jbrrd | 0 | 127,370,679 | 20% | ||
bassuniverse | 0 | 117,180,284,448 | 100% | ||
mindtrap | 0 | 4,195,417,412 | 1% | ||
towfique | 0 | 154,506,248,109 | 100% | ||
spawnband | 0 | 188,175,152 | 2% | ||
newenx | 0 | 2,098,094,747 | 10% | ||
foxyspirit | 0 | 467,489,648 | 2% | ||
cicisaja | 0 | 17,106,216,096 | 50% | ||
gabyoraa | 0 | 332,780,584 | 5.37% | ||
sbi2 | 0 | 220,309,280,431 | 30.19% | ||
inlakech | 0 | 264,866,192 | 10% | ||
derangedvisions | 0 | 2,099,315,770 | 3% | ||
blessed-girl | 0 | 4,014,299,222 | 100% | ||
effofex | 0 | 11,063,586,725 | 50% | ||
rawutah | 0 | 93,530,655,049 | 21% | ||
lstack | 0 | 117,226,677,851 | 100% | ||
veckinon | 0 | 208,514,027 | 5% | ||
we-are | 0 | 5,582,883,999 | 10.05% | ||
calisay | 0 | 84,007,193,868 | 100% | ||
indigoocean | 0 | 197,427,820,000 | 100% | ||
javicuesta | 0 | 211,033,232 | 10% | ||
robmolecule | 0 | 496,235,080,820 | 100% | ||
md3 | 0 | 80,389,624,368 | 100% | ||
musicvoter | 0 | 3,579,154,626 | 1% | ||
carlpei | 0 | 222,305,277,916 | 100% | ||
kbr | 0 | 199,506,275 | 2.5% | ||
free-reign | 0 | 236,355,487 | 5% | ||
shookriya | 0 | 202,701,776 | 2.22% | ||
steemgg | 0 | 260,240,427,135 | 100% | ||
alexworld | 0 | 916,910,499 | 50% | ||
bdmillergallery | 0 | 1,937,695,557 | 5% | ||
frejafri | 0 | 165,216,009 | 1% | ||
bjgeese | 0 | 113,178,875,628 | 100% | ||
longer | 0 | 269,727,033 | 50% | ||
blewitt | 0 | 3,135,570,519 | 0.7% | ||
kafupraise | 0 | 157,612,274 | 50% | ||
bflanagin | 0 | 783,975,899 | 5% | ||
marya77 | 0 | 5,270,444,640 | 100% | ||
lillywilton | 0 | 638,732,922 | 20% | ||
yestermorrow | 0 | 914,436,271 | 3% | ||
pi5000 | 0 | 134,259,205,144 | 100% | ||
smartbee | 0 | 184,269,658 | 100% | ||
nebulabilled | 0 | 498,107,202 | 100% | ||
weakshare | 0 | 498,085,868 | 100% | ||
rakan-sikula | 0 | 163,990,243 | 50% | ||
ogsenti | 0 | 70,072,001 | 100% | ||
scalarquestion | 0 | 498,122,138 | 100% | ||
c-squared | 0 | 38,881,784,372 | 10.74% | ||
positivertag | 0 | 121,196,983,191 | 100% | ||
kapitanrejven | 0 | 203,864,944,203 | 100% | ||
upvoteshares | 0 | 120,049,446,910 | 100% | ||
pet.society | 0 | 5,139,256,795 | 4% | ||
steemituplife | 0 | 461,250,105 | 15.9% | ||
insight-out | 0 | 6,754,559,995 | 100% | ||
danovan | 0 | 86,344,990,335 | 100% | ||
steemwhalepower | 0 | 382,315,758 | 50% | ||
macoolette | 0 | 64,321,776,546 | 15% | ||
cryptographix | 0 | 124,788,835,355 | 100% | ||
dunamu | 0 | 531,947,919 | 100% | ||
steem-ua | 0 | 264,183,271,823 | 2.51% | ||
n33d | 0 | 322,674,142 | 100% | ||
minnowbuilder | 0 | 79,434,877,771 | 100% | ||
raoufwilly | 0 | 138,942,500 | 3% | ||
minnowbuilder3 | 0 | 25,602,971,926 | 46% | ||
dvf-1 | 0 | 120,325,614,276 | 100% | ||
nikbutus89 | 0 | 498,178,116 | 100% | ||
omtalk | 0 | 498,155,891 | 100% | ||
daniltoloknov | 0 | 498,173,091 | 100% | ||
zaharia32zvezd | 0 | 498,183,073 | 100% | ||
molot.orex | 0 | 498,140,826 | 100% | ||
mrpetyx | 0 | 498,146,563 | 100% | ||
genius.mbish | 0 | 498,187,795 | 100% | ||
mcvas9 | 0 | 498,187,436 | 100% | ||
miss.olga18 | 0 | 498,150,659 | 100% | ||
acaspresranna | 0 | 498,136,858 | 100% | ||
slitheradhesive | 0 | 498,220,029 | 100% | ||
thrarmshovels | 0 | 498,180,712 | 100% | ||
dvf-2 | 0 | 110,689,120,362 | 100% | ||
perfectduster | 0 | 498,149,229 | 100% | ||
approvalfoam | 0 | 498,117,309 | 100% | ||
headerrelate | 0 | 498,130,398 | 100% | ||
windsurferstatic | 0 | 498,160,495 | 100% | ||
pegasusjoy | 0 | 498,171,378 | 100% | ||
vegetableplus | 0 | 498,140,743 | 100% | ||
analamuck | 0 | 498,160,143 | 100% | ||
ruffcheesy | 0 | 498,196,137 | 100% | ||
climaxceet | 0 | 498,102,255 | 100% | ||
appliedhandbag | 0 | 498,138,998 | 100% | ||
chantgoal | 0 | 498,106,998 | 100% | ||
charbodge | 0 | 498,145,427 | 100% | ||
coatattach | 0 | 498,135,307 | 100% | ||
ampereepoch | 0 | 498,173,257 | 100% | ||
dvf-3 | 0 | 113,744,637,606 | 100% | ||
dvf-4 | 0 | 133,369,252,737 | 100% | ||
pgshow | 0 | 568,653,801 | 0.8% | ||
dvf-5 | 0 | 80,418,399,548 | 100% | ||
dvf-ventures-2 | 0 | 129,058,178,305 | 100% | ||
besthentai | 0 | 218,399,617,906 | 100% | ||
eagle2 | 0 | 695,117,607 | 26% | ||
kathe-art | 0 | 2,002,627,232 | 100% | ||
sorinengu | 0 | 445,098,033 | 100% | ||
sidai | 0 | 445,052,759 | 100% | ||
esitesha | 0 | 445,062,295 | 100% | ||
nuedu | 0 | 445,023,268 | 100% | ||
charliebrand | 0 | 445,053,816 | 100% | ||
sidisi | 0 | 445,002,159 | 100% | ||
yeress | 0 | 444,995,082 | 100% | ||
editoredi | 0 | 445,010,281 | 100% | ||
eritaimu | 0 | 444,956,419 | 100% | ||
teessasto | 0 | 444,955,740 | 100% | ||
ossurtit | 0 | 445,077,477 | 100% | ||
edreasu | 0 | 444,967,283 | 100% | ||
elesan | 0 | 445,026,916 | 100% | ||
werdur | 0 | 444,901,056 | 100% | ||
ulinen | 0 | 445,020,172 | 100% | ||
itarowo | 0 | 444,979,321 | 100% | ||
erads | 0 | 444,977,951 | 100% | ||
ariste | 0 | 445,005,567 | 100% | ||
talis4 | 0 | 444,996,531 | 100% | ||
otedot.steem | 0 | 444,949,500 | 100% | ||
usent | 0 | 444,996,208 | 100% | ||
uleal | 0 | 444,980,282 | 100% | ||
entendes | 0 | 445,048,596 | 100% | ||
inton6 | 0 | 444,842,156 | 100% | ||
pitast | 0 | 444,886,124 | 100% | ||
sarerede | 0 | 445,033,230 | 100% | ||
erititi | 0 | 445,023,158 | 100% | ||
olsedda | 0 | 444,842,097 | 100% | ||
evutil | 0 | 444,857,580 | 100% | ||
adyil | 0 | 444,919,971 | 100% | ||
alyishily | 0 | 444,930,425 | 100% | ||
eytaltul | 0 | 445,029,095 | 100% | ||
narsowl | 0 | 444,953,884 | 100% | ||
dolai | 0 | 528,009,898 | 100% | ||
dorai | 0 | 533,209,940 | 100% |
<div class="pull-left">https://cdn.steemitimages.com/DQmaSUWYsJ3AMUEMRqCSaoKJVNvtsbKm4fNAtmTidr8Uggc/C%20Squared%20Logo%20Transparency%20200px.png</div><br>This post was shared in the <a href="https://discord.gg/B8JFmJ4">Curation Collective Discord community</a> for curators, and upvoted and resteemed by the @c-squared community account after manual review.<br/>@c-squared runs a <a href="https://steemit.com/witness/@c-cubed/announcing-the-launch-of-the-new-c-squared-witness">community witness</a>. Please consider using one of your witness votes on us <a href ="https://steemconnect.com/sign/account-witness-vote?witness=c-squared&approve=1">here</a>
author | c-squared |
---|---|
permlink | 20190321t214108001z |
category | blog |
json_metadata | {"tags":["c-squared"]} |
created | 2019-03-21 21:41:30 |
last_update | 2019-03-21 21:41:30 |
depth | 1 |
children | 1 |
last_payout | 2019-03-28 21:41:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.020 HBD |
curator_payout_value | 0.007 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 655 |
author_reputation | 8,872,520,093,091 |
root_title | "Tech Aide: Added Security Steps for Downloading Open-Source Software" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 81,702,427 |
net_rshares | 43,686,735,267 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
roleerob | 0 | 43,686,735,267 | 30% |
Thank you very much @c-squared, for your support. I really appreciate it!
author | roleerob |
---|---|
permlink | re-c-squared-20190321t214108001z-20190321t220538318z |
category | blog |
json_metadata | {"tags":["blog"],"community":"steempeak","app":"steempeak/1.9.0"} |
created | 2019-03-21 22:05:39 |
last_update | 2019-03-21 22:05:39 |
depth | 2 |
children | 0 |
last_payout | 2019-03-28 22:05:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 74 |
author_reputation | 121,016,488,104,457 |
root_title | "Tech Aide: Added Security Steps for Downloading Open-Source Software" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 81,703,170 |
net_rshares | 0 |
Dear @roleerob Another great piece. I found it quite ironic that more we are connected with each other, less trust there is between us. Didn't you ever think about it? Im sure you did :) > Eternal vigilance is the price of liberty To difficult for not-native english speaker (like myself) to understand ... I lost you half way through your post... but I tried :) Cheers, Piotr
author | crypto.piotr |
---|---|
permlink | re-roleerob-tech-aide-added-security-steps-for-downloading-open-source-software-20190322t210808349z |
category | blog |
json_metadata | {"tags":["blog"],"users":["roleerob"],"app":"steemit/0.1"} |
created | 2019-03-22 21:08:00 |
last_update | 2019-03-22 21:08:00 |
depth | 1 |
children | 1 |
last_payout | 2019-03-29 21:08:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.027 HBD |
curator_payout_value | 0.007 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 382 |
author_reputation | 27,396,789,428,606 |
root_title | "Tech Aide: Added Security Steps for Downloading Open-Source Software" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 81,758,062 |
net_rshares | 56,348,576,987 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
roleerob | 0 | 56,076,679,097 | 40% | ||
whatsontrend | 0 | 271,897,890 | 10% |
Yes @crypto.piotr ... > *"I found it quite ironic that more we are connected with each other, less trust there is between us. Didn't you ever think about it? Im sure you did :)"* ... it is ironic. And ... Yes, I have ... 😉 Mankind has a tendency to attribute far more to technological advancement than it should. Problems with human nature are unchanged and ancient ... Speaking of which ... > *"Eternal vigilance is the price of liberty"* Eternal is forever ... Vigilance is carefully watching out all the time, for danger ... Gotta keep watch for the "bad guys" ... And liberty! Liberty is a great word. One I prefer to freedom. I wrote one of my first [posts](https://steemit.com/freedom/@roleerob/liberty-land-of-the-free-home-of-the-brave) about what I learned from a great man: * Freedom + Responsibility = __Liberty__<br><br> * Freedom - Responsibility = __Anarchy__<br><br> For English not being your native tongue, I think you do quite well @crypto.piotr! Hope this helps with the interpretation a little bit ... 😊
author | roleerob |
---|---|
permlink | re-cryptopiotr-re-roleerob-tech-aide-added-security-steps-for-downloading-open-source-software-20190322t223936282z |
category | blog |
json_metadata | {"tags":["blog"],"app":"steempeak/1.9.2"} |
created | 2019-03-22 22:39:36 |
last_update | 2019-03-22 22:39:36 |
depth | 2 |
children | 0 |
last_payout | 2019-03-29 22:39:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.030 HBD |
curator_payout_value | 0.010 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,058 |
author_reputation | 121,016,488,104,457 |
root_title | "Tech Aide: Added Security Steps for Downloading Open-Source Software" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 81,763,428 |
net_rshares | 65,736,249,272 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
crypto.piotr | 0 | 28,039,994,222 | 8% | ||
dustsweeper | 0 | 37,696,255,050 | 4.34% |
Great stuff! I would have stopped at the Windows warning unless the instructions said differently! I have become somewhat paranoid of all these things given everything we read so much this is a great piece of information I will probably be using. These sort of things are what often holds me back from using other wallets and software. Posted using [Partiko iOS](https://partiko.app/referral/newageinv)
author | newageinv |
---|---|
permlink | newageinv-re-roleerob-tech-aide-added-security-steps-for-downloading-open-source-software-20190322t011340574z |
category | blog |
json_metadata | {"app":"partiko","client":"ios"} |
created | 2019-03-22 01:13:42 |
last_update | 2019-03-22 01:13:42 |
depth | 1 |
children | 1 |
last_payout | 2019-03-29 01:13:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.028 HBD |
curator_payout_value | 0.009 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 405 |
author_reputation | 259,853,531,115,252 |
root_title | "Tech Aide: Added Security Steps for Downloading Open-Source Software" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 81,710,225 |
net_rshares | 57,757,312,044 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
roleerob | 0 | 57,757,312,044 | 40% |
Glad to know @newageinv ... > *"These sort of things are what often holds me back from using other wallets and software."* ... my post might be of value to you. You definitely don't want to be leaving any of your digital assets on a centralized exchange, so getting comfortable with taking this step is vital to your portfolio's ultimate safety. As well, I personally believe this is also one of the keys to long term profitability. When investing in these digital assets becomes as simple and as common as buying shares in a company through your broker, I will not be surprised if the profit making potential doesn't drop considerably. In other words, getting over these technical challenge hurdles is part of making more money. If the potential of this asset class is ever fully realized ... 😉 --- P.S. While I didn't put it in this post, the particular asset wallet detailed in my post here is backed by my Ledger Nano S, which greatly increases security ... 👍
author | roleerob |
---|---|
permlink | re-newageinv-newageinv-re-roleerob-tech-aide-added-security-steps-for-downloading-open-source-software-20190322t121311423z |
category | blog |
json_metadata | {"tags":["blog"],"app":"steempeak/1.9.1"} |
created | 2019-03-22 12:13:12 |
last_update | 2019-03-22 12:13:12 |
depth | 2 |
children | 0 |
last_payout | 2019-03-29 12:13:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.030 HBD |
curator_payout_value | 0.010 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 988 |
author_reputation | 121,016,488,104,457 |
root_title | "Tech Aide: Added Security Steps for Downloading Open-Source Software" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 81,731,743 |
net_rshares | 62,311,123,846 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
newageinv | 0 | 62,311,123,846 | 15% |
#### Hi @roleerob! Your post was upvoted by @steem-ua, new Steem dApp, using UserAuthority for algorithmic post curation! Your **UA** account score is currently 4.111 which ranks you at **#3386** across all Steem accounts. Your rank has improved 35 places in the last three days (old rank 3421). In our last Algorithmic Curation Round, consisting of 226 contributions, your post is ranked at **#58**. ##### Evaluation of your UA score: * Some people are already following you, keep going! * The readers like your work! * Good user engagement! **Feel free to join our [@steem-ua Discord server](https://discord.gg/KpBNYGz)**
author | steem-ua |
---|---|
permlink | re-tech-aide-added-security-steps-for-downloading-open-source-software-20190322t050348z |
category | blog |
json_metadata | "{"app": "beem/0.20.18"}" |
created | 2019-03-22 05:03:48 |
last_update | 2019-03-22 05:03:48 |
depth | 1 |
children | 0 |
last_payout | 2019-03-29 05:03:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 628 |
author_reputation | 23,214,230,978,060 |
root_title | "Tech Aide: Added Security Steps for Downloading Open-Source Software" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 81,718,019 |
net_rshares | 0 |
Very well written, and a great informative article, @roleerob ! I think a lot of people would benefit from reading this, for sure. In this age, it can be hard to know what to do and how to do it, specially when it comes down to being secure and safe electronically.... A great resource of a post, for sure <3
author | veryspider |
---|---|
permlink | re-roleerob-tech-aide-added-security-steps-for-downloading-open-source-software-20190322t000348490z |
category | blog |
json_metadata | {"tags":["blog"],"users":["roleerob"],"app":"steemit/0.1"} |
created | 2019-03-22 00:03:48 |
last_update | 2019-03-22 00:03:48 |
depth | 1 |
children | 1 |
last_payout | 2019-03-29 00:03:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.028 HBD |
curator_payout_value | 0.009 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 308 |
author_reputation | 73,242,024,201,233 |
root_title | "Tech Aide: Added Security Steps for Downloading Open-Source Software" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 81,707,195 |
net_rshares | 58,220,918,591 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
roleerob | 0 | 58,220,918,591 | 40% |
Coming from one of our faithful Steem curators @veryspider ... > *"Very well written, and a great informative article ..."* ... that means a lot. Thank you! 😊
author | roleerob |
---|---|
permlink | re-veryspider-re-roleerob-tech-aide-added-security-steps-for-downloading-open-source-software-20190322t120606107z |
category | blog |
json_metadata | {"tags":["blog"],"app":"steempeak/1.9.2"} |
created | 2019-03-22 12:06:06 |
last_update | 2019-03-23 13:57:33 |
depth | 2 |
children | 0 |
last_payout | 2019-03-29 12:06:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 169 |
author_reputation | 121,016,488,104,457 |
root_title | "Tech Aide: Added Security Steps for Downloading Open-Source Software" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 81,731,533 |
net_rshares | 0 |