forwardsecrecy Profile Banner
Ron Stoner - stoner.com Profile
Ron Stoner - stoner.com

@forwardsecrecy

Followers
2K
Following
2K
Statuses
710

Ronnie Mnemonic | Security, Privacy, Self-Sovereignty | @BotanixLabs | previously @ShapeShift @CasaHODL

Joined May 2015
Don't wanna be here? Send us removal request.
@forwardsecrecy
Ron Stoner - stoner.com
10 days
ㅤ   ╱╲  ╱  ╲ ▕ ▕ ▕ ▕ ▕ ▕  ╲ ╲╱  ╱╲ ╲ ▕ ▕ ▕ ▕ ▕ ▕  ╲  ╱ TONER   ╲╱
2
0
8
@forwardsecrecy
Ron Stoner - stoner.com
3 days
@jon_roelofs Now I have to change my password 😵‍💫
0
0
3
@forwardsecrecy
Ron Stoner - stoner.com
8 days
RT @laurashin: ⚠️ The price of being public in crypto? Physical Attacks. @lopp says well-known figures are being explicitly or implicitly…
0
8
0
@forwardsecrecy
Ron Stoner - stoner.com
8 days
Security isn’t just digital - it has a real world, physical component that many overlook. If you work or play in this industry, make sure to educate yourself, train, and take the necessary steps to stay safe.🔫🔒📷
0
0
0
@forwardsecrecy
Ron Stoner - stoner.com
8 days
0
0
0
@forwardsecrecy
Ron Stoner - stoner.com
8 days
@satsie bitcoin
0
0
2
@forwardsecrecy
Ron Stoner - stoner.com
10 days
1
0
1
@forwardsecrecy
Ron Stoner - stoner.com
11 days
@ErikVoorhees I've found that writing prompts in other languages, binary, base64, multiple layers, leet speek, Klingon, and/or backwards is a great injection/bypass technique.
353
1
9
@forwardsecrecy
Ron Stoner - stoner.com
11 days
@zackvoell "Double damn"
0
0
1
@forwardsecrecy
Ron Stoner - stoner.com
12 days
@CryptoCaesar112 @JupiterExchange @phantom @telegram @solana Some of the ones I'm seeing are copying PowerShell code into the clipboard, expecting the user to paste and run the following.
Tweet media one
1
0
1
@forwardsecrecy
Ron Stoner - stoner.com
12 days
Seeing this attack all over X today impersonating a variety of projects. Beware.
@CryptoCaesar112
Crypto Caesar
15 days
🚨 ALERT: A dangerous Telegram scam is draining people's crypto wallets & stealing ALL data on their PC – passwords, email accounts, files, and sessions. Let me explain how this works so you can protect yourself and others. 👇 @JupiterExchange @phantom @telegram @solana
Tweet media one
0
0
3
@forwardsecrecy
Ron Stoner - stoner.com
15 days
I am elated to see that SSRN has updated the author attribution on the Bitcoin whitepaper. I had a long running support case open with them for years regarding the false author attribution.
Tweet media one
Tweet media two
0
0
4
@forwardsecrecy
Ron Stoner - stoner.com
18 days
@Free_Ross @realDonaldTrump This is great news to hear! Thank you to everyone involved for making this happen. ❤️
0
0
1
@forwardsecrecy
Ron Stoner - stoner.com
18 days
RT @HackingDave: Smart phish via github - email comes from github - issue is created on repo that suspicious activity was detected and to c…
0
143
0
@forwardsecrecy
Ron Stoner - stoner.com
29 days
Pondering how much bitcoin has been lost forever now due to the Palisades fire...
2
0
4
@forwardsecrecy
Ron Stoner - stoner.com
29 days
Works locally and factors, but needs adjustments to use the right backend instead of qasm_simulator. ``` from qiskit import QuantumCircuit, QuantumRegister, ClassicalRegister, transpile from qiskit_aer import Aer import math def modular_exponentiation(a, x, N): qc = QuantumCircuit(4, 2) for i in range(4): qc.x(i) for i in range(2): qc.h(i) for i in range(2): for j in range(2**i): qc.cp(2 * math.pi * a**(2**i) / N, i, 2) qc.cp(2 * math.pi * a**(2**i) / N, i, 3) qc.swap(2, 3) for i in range(2): qc.h(i) for j in range(i): qc.cp(-math.pi / 2**(i-j), j, i) qc.measure(range(2), range(2)) return qc N = 77 for a in range(2, N): if math.gcd(a, N) != 1: print(f"Factor found: {a}") break circuit = modular_exponentiation(a, 1, N) backend = Aer.get_backend('qasm_simulator') transpiled_circuit = transpile(circuit, backend) job = transpiled_circuit, shots=1000) result = job.result() counts = result.get_counts(transpiled_circuit) if len(counts) == 2: if counts['00'] > 0 and counts['11'] > 0: # Simplification change for small N number r = 2 if r % 2 == 0 and pow(a, r//2, N) != N-1: factor1 = math.gcd(a**(r//2) - 1, N) factor2 = math.gcd(a**(r//2) + 1, N) if factor1 != 1 and factor2 != 1: print(f"Factors found: {factor1} and {factor2}") break print("Counts:", counts) ```
0
0
4
@forwardsecrecy
Ron Stoner - stoner.com
1 month
@paintwithalex And how right you were...
0
0
1
@forwardsecrecy
Ron Stoner - stoner.com
1 month
Tweet media one
0
140
0
@forwardsecrecy
Ron Stoner - stoner.com
1 month
There is no amount of monetary value that can be attributed to true peace, low stress, and ultimate happiness.
1
0
1