GrapheneOS - Sensors, Network, Exploit Protection | Changelog 02

🎥 Video Link Links referenced for video https://youtu.be/hx2eiPTe7Zg - Sensors and Network permission toggle video https://grapheneos.org/features#sensors-permission-toggle - Sensors permission toggle https://grapheneos.org/features#network-permission-toggle - Network permission toggle https://discuss.grapheneos.org/d/502-mahjong-soul-game-constantly-crashing - Thread discussing Unity memory corruption bug https://grapheneos.org/usage#exec-spawning - Exec spawning https://grapheneos.org/usage#bugs-uncovered-by-security-features - Bugs uncovered by security features https://grapheneos.org/features#exploit-mitigations - Exploit mitigations

October 24, 2022 · 1 min · 48 words · Josh

Why you probably don't need a VPN | Do I need a VPN?

🎥 Video Link Links referenced for video https://matt.traudt.xyz/posts/2019-10-17-you-want-tor-browser-not-a-vpn/ https://madaidans-insecurities.github.io/index.html https://privsec.dev/knowledge/commercial-vpn-use-cases/ https://www.cnet.com/home/internet/ftc-calls-out-internet-providers-for-amassing-user-browsing-data/ https://blog.james.cridland.net/why-you-probably-dont-need-a-vpn-e7bb35e7d744 https://www.tomsguide.com/news/you-may-no-longer-need-vpn

October 10, 2022 · 1 min · 13 words · Josh

Trezor Model T Unboxing | Best Monero wallet (XMR)

🎥 Video Link Links referenced for video https://shop.trezor.io/product/trezor-model-t - Trezor Model T https://blog.trezor.io/shamir-backup-a-new-security-standard-3aa42a6ebb5f https://www.reddit.com/r/CryptoCurrency/comments/ralb99/ultimate_guide_to_cryptocurrency_wallets_for/ https://coindiligent.com/benefits-cryptocurrency-hardware-wallet https://dcxlearn.com/cryptocurrency/what-are-cryptocurrency-wallets-what-are-the-types-of-cryptocurrency-wallets/ https://www.coincover.com/post/what-are-the-different-types-of-bitcoin-wallets https://en.wikipedia.org/wiki/Mt._Gox https://crystalblockchain.com/articles/the-10-biggest-crypto-exchange-hacks-in-history/ https://www.investopedia.com/trezor-vs-ledger-5193580 https://privacypros.io/trezor/shamir-backup/ https://academy.binance.com/en/articles/custodial-vs-non-custodial-wallets-what-s-the-difference https://www.theblock.co/post/139554/a-350000-bored-ape-nft-was-just-sold-for-only-115 https://intercom.help/bity-help-center/en/articles/5609077-how-do-i-import-my-bitcoins-btc-from-a-paper-wallet-to-a-software-wallet https://blog.trezor.io/getting-started-with-trezor-model-t-a8db9096a7a6 https://www.nasdaq.com/articles/cryptopia-exchange-currently-in-liquidation-gets-hacked-again%3A-report-2021-02-20 https://www.nerdwallet.com/best/investing/crypto-exchanges-platforms

October 3, 2022 · 1 min · 27 words · Josh

Tornado Cash | The threat to Open Source Software (FOSS)

🎥 Video Link Links referenced for video https://home.treasury.gov/news/press-releases/jy0916 - US Treasure Sanction Press Release https://www.coindesk.com/policy/2022/08/26/wife-of-pertsev-arrested-tornado-cash-developer-denies-russia-secret-service-links/ https://www.coindesk.com/policy/2022/08/21/arrest-of-tornado-cash-developer-draws-dutch-crypto-community-protest/ https://www.coindesk.com/policy/2022/08/24/alleged-tornado-developer-pertsev-must-stay-in-jail-dutch-judge-rules/ https://www.coincenter.org/education/advanced-topics/how-does-tornado-cash-work/ https://www.fincen.gov/news/news-releases/fincen-announces-140-million-civil-money-penalty-against-usaa-federal-savings https://etherscan.io/ - Blockchain explorer https://decrypt.co/resources/what-are-coin-mixers-tornado-cash-how-do-they-work https://en.0xzx.com/ethereum-mixer-tornado-cashback-banned-on-github/ https://thehackernews.com/2022/08/tornado-cash-developer-arrested-after.html https://forkast.news/headlines/tornado-cash-developer-alexey-pertsev-stay-in-jail/ https://learn.bybit.com/defi/what-is-tornado-cash/ https://cointelegraph.com/news/coinbase-is-fighting-back-as-the-sec-closes-in-on-tornado-cash https://www.bloomberg.com/news/articles/2022-08-12/dutch-arrest-man-suspected-of-being-involved-in-tornado-cash https://en.wikipedia.org/wiki/Tornado_Cash https://www.banklesstimes.com/cryptocurrency/top-nft-rug-pulls/ Tornado Cash This is where Tornado Cash is hosted on IPFS (InterPlanetary File System) This URL will take you to the actual service. I’m linking it for reference if you’re curious. hXXps://ipfs[.]io/ipns/tornadocash.eth/ https://twitter.com/tornadocash - Tornado Cash twitter account

September 26, 2022 · 1 min · 70 words · Josh

Progressive Web Apps | How they work + Security & Privacy

🎥 Video Link Links referenced for video https://appsco.pe/ - Site with list of Progressive Web Apps https://medium.com/@amberleyjohanna/seriously-though-what-is-a-progressive-web-app-56130600a093 - What is a Progressive Web App? https://developer.mozilla.org/en-US/docs/Web/Manifest - Web app manifests https://web.dev/learn/pwa/service-workers/ - Service Workers https://infrequently.org/2015/06/progressive-apps-escaping-tabs-without-losing-our-soul/ - Alex Russell post about “websites that took all the right vitamins.” https://blog.nviso.eu/2020/01/16/deep-dive-into-the-security-of-progressive-web-apps/ - Progressive Web App security https://www.simicart.com/blog/pwa-hardware-access/ - Progressive Web App and hardware access https://asperbrothers.com/blog/pwa-vs-native-app/ - PWA vs Native App

September 19, 2022 · 1 min · 66 words · Josh

Best eReader for Privacy | kobo | Kindle

🎥 Video Link Mobile privacy guide https://sideofburritos.com/docs/setup-guides/mobile-privacy/ How to bypass kobo account On Kobo screen, tap Don't have a Wi Fi network? Attach kobo to computer with a USB cable. Open terminal and change to the Kobo directory: cd /Volumes/KOBOeReader/.kobo/ Open KoboReader.sqlite using sqlite3 sqlite3 KoboReader.sqlite If you don’t have sqlite3 installed you can download it from - https://www.sqlite.org/download.html Enter the following command and press enter - INSERT INTO user(UserID,UserKey) VALUES('1','');. Enter the following command and press enter to exit the database - .exit. Eject the Kobo from your computer and you should see the main device screen. Source: https://www.reddit.com/r/kobo/comments/mt2f30/how_to_bypass_account_setup/ ...

August 28, 2022 · 2 min · 223 words · Josh

GrapheneOS Sensors and Network Permission Toggle

🎥 Video Link Mobile privacy guide https://sideofburritos.com/docs/setup-guides/mobile-privacy/ Links referenced for video https://grapheneos.org/features#network-permission-toggle - GrapheneOS Sensors and Network permission toggle documentation https://github.com/GrapheneOS/os-issue-tracker/issues/597 - GitHub issue referenced regarding default sensor permission seting for system apps

August 21, 2022 · 1 min · 33 words · Josh

You're probably doing it wrong | Multi-Factor Authentication Explained

🎥 Video Link Mobile privacy guide https://sideofburritos.com/docs/setup-guides/mobile-privacy/ Links referenced for video https://privsec.dev/knowledge/multi-factor-authentication/ - PrivSec.dev article - great read https://www.yubico.com/product/yubikey-5c-nfc/ - YubiKey 5C NFC I purchased https://www.dongleauth.com/ - Check the services you use for MFA support https://portswigger.net/daily-swig/researchers-trick-duo-2fa-into-sending-authentication-request-to-attacker-controlled-device - Duo 2FA article https://fidoalliance.org/fido2/ https://blog.cloudflare.com/2022-07-sms-phishing-attacks/ - Cloudflare stopping phishing scam with hardware tokens

August 15, 2022 · 1 min · 50 words · Josh

How your phones' wallpaper can be used to track you

🎥 Video Link Mobile privacy guide https://sideofburritos.com/docs/setup-guides/mobile-privacy/ Links referenced for video https://fingerprint.com/blog/how-android-wallpaper-images-threaten-privacy/ - privacy.com main article referenced https://github.com/fingerprintjs/blog-android-wallpaper-id-demo - WallpaperID App used in demo https://developer.android.com/reference/android/app/WallpaperManager#getWallpaperColors(int) - Android source code - getWallpaperColors https://cs.android.com/android/platform/superproject/+/master:frameworks/base/core/java/com/android/internal/graphics/palette/VariationalKMeansQuantizer.java;l=31?q=KMeansQua&ss=android%2Fplatform%2Fsuperproject - getWallpaperColors source code - K-means clustering https://www.clear.rice.edu/elec301/Projects02/artSpy/patmac/RGB.jpg - 3D color cube https://clarle.github.io/yui3/yui/docs/color/rgb-slider.html - RGB sliders

August 7, 2022 · 1 min · 48 words · Josh

FULL reveal of what apps I use on my personal phone | GrapheneOS

🎥 Video Link Mobile privacy guide https://sideofburritos.com/docs/setup-guides/mobile-privacy/ My other videos I referenced 🎥 Storing your contacts in the cloud 🎥 Storing your calendar events in the cloud 🎥 Calling a scammer 🎥 You should uninstall F-Droid - Part 1 🎥 You should uninstall F-Droid - Part 2 🎥 You should use this instead of F-Droid | How to use app RSS feed Full list of apps I have installed (as of 2022-07-31) 1Password Aegis AntennaPod Aurora Store Briar Burner Cube ACR DAVx⁵ Geometric Weather Google Camera Magic Earth Mullvad VPN NewPipe Nextcloud OpenVPN Play Store Plex Read You Signal Simple Calendar Pro Sonos Spotify Syncthing Todoist Twidere UniFi Network UniFi Protect UptimeRobot Vanadium

July 31, 2022 · 1 min · 113 words · Josh