Mac Security Flaw 🔒| Is Your BTC Seed at Risk?
Автор: Sovereign Money
Загружено: 2024-04-24
Просмотров: 292
Описание:
In today's video I explain the latest news about a Mac security vulnerability and what you can to do to maximize the encryption security on your Mac. I also show you how to generate a random encryption key and introduce 2 FREE encryption apps available to help you stay safe. I hope this video helps you safeguard your precious assets and let me know if you have questions. Enjoy!
⏰TimeStamps:
00:00 Intro
02:28 How to Keep Your Seed Secure
04:13 More Encryption for the Mac
05:19 Terminal Application
11:31 Encrypto App
15:18 CryptoFile
22:38 Python-Fiddle
26:30 Wrap
Python Fiddle: https://python-fiddle.com/
_____________________________________________________________________________________________
Python Code:
from cryptography.hazmat.backends import default_backend
from cryptography.hazmat.primitives import hashes
from cryptography.hazmat.primitives.kdf.pbkdf2 import PBKDF2HMAC
import secrets
import string
def generate_pbkdf2_key(password, salt, iterations=600000):
kdf = PBKDF2HMAC(
algorithm=hashes.SHA256(),
length=32, # Length of the derived key in bytes
salt=salt, # Use the provided salt
iterations=iterations,
backend=default_backend()
)
key = kdf.derive(password.encode()) # Derive key from password
return key
def generate_random_password(length=32):
alphabet = string.ascii_letters + string.digits + string.punctuation
return ''.join(secrets.choice(alphabet) for i in range(length))
Generate a random 16-byte salt value
salt_value = secrets.token_bytes(16)
Generate a random 32-character password
password = generate_random_password()
pbkdf2_key = generate_pbkdf2_key(password, salt_value)
Convert the key to hexadecimal for display
key_hex = pbkdf2_key.hex()
print("Random Password:", password)
print("PBKDF2 Key (hexadecimal):", key_hex)
print("Salt (hexadecimal):", salt_value.hex())
_____________________________________________________________________________________________
OneKey 🔐 Links:
OneKey Affiliate Link: https://tinyurl.com/nhatkce7
Amazon Affiliate KeyTag Link: https://amzn.to/3TQdPTN
Discounts:
🔥 Special offer: Get 10% DISCOUNT on your Blockstream Jade using my referral link! https://store.blockstream.com/?code=S...
OR enter PROMO Code at Checkout: SVRNMONEY
🦢 Get $10 in Bitcoin FREE! Swan Bitcoin link: http://tinyurl.com/yc5p9kyt
🔐 🔑 10% Discount on Tangem (https://tangem.com/en/pricing/) Wallet: PROMO Code F9LA4V
💰🚀 EXODUS (http://tinyurl.com/33hdsxmn) Wallet Referral Code: IUTNML
💵🤑 Get $10 in Bitcoin when you buy crypto in Zengo: http://tinyurl.com/yph3xm4r
👉 Enter this code to claim your reward: ZENEO7A4
🦈 SurfShark VPN 30 Days FREE! https://tinyurl.com/2275jzxb
Crypto Tax Software:
👉 $15 OFF CoinPanda: http://tinyurl.com/3vsurkc5
👉 Get $10 Credit on CoinTracker: http://tinyurl.com/5cyyvsxa
👉 $25 OFF Koinly: http://tinyurl.com/pb675dj4
👉 ZenLedger Affiliate Link: http://tinyurl.com/53axnd59
How to buy your first Bitcoin | Swan Bitcoin Edition: • Step-by-Step Guide to Buying Your First Bi...
How to buy your first Bitcoin | Coinbase Edition: • Step-by-Step Guide to Buying Your First Bi...
Affiliate Disclaimer: Some of the above links may be affiliate links. That means IF you buy something through one of my links, I may make a small percentage of revenue. This does not affect you as a customer nor the price of the item. Thank you for supporting me and my goal of helping spread the word of Bitcoin as a new global monetary system and sovereign money.
Full Disclaimer: This video and its contents are for informational and entertainment purposes only and do not constitute an offer to sell or trade, a solicitation to buy, or recommendation for any security, cryptocurrency, or related product, nor does it constitute an offer to provide investment advice or other related services by SVRN Money. SVRN Money may have a financial investment with the cryptocurrencies discussed in this video. In preparation for this video, the individual financial or investment needs of the viewer have not been taken into account nor is any financial or investment advice being offered. Any opinions expressed in this video were developed based upon the information available at the time. New or additional information could cause these opinions to change.
#BitcoinNews #cryptocurrency #altcoins #blockchain #svrnmoney #svrn_money #svrnMoney #SovereignMoney #SVRNMoney #crypto #ethereum #ETH #solana #SOL #BTC #ETH #SOL #SwanBitcoin #swan_bitcoin #exodus #coinbase #seed_phrase #seed_phrase_storage #coinjoin
Повторяем попытку...
Доступные форматы для скачивания:
Скачать видео
-
Информация по загрузке: