Bahibo
15. Februar 2022 um 01:34
1
Hey Leute,
mein Algorithmus hat 24 Nachrichten rausfiltern können.
Alle Nachrichten inkl. TransaktionsID/ Link findet ihr hier: https://bahibo.com/BlockchainTagebuch/
Ich werde mal schauen, ob ich das täglich reporte und vielleicht noch mit Block ID oder sowas versehe.
Falls eine Nachricht übersehen wurde, bitte Kommentar hinterlassen.
Viel Spaß beim Durchklicken.
Gruß
Stephan
6 „Gefällt mir“
Bahibo
16. Februar 2022 um 10:13
2
Etwas politisch gestern gewesen :)
TransaktionsID`s: https://bahibo.com/BlockchainTagebuch/
1 „Gefällt mir“
Bahibo
16. Februar 2022 um 10:49
4
Danke
Falls jemand Informationen darüber hat, wie es sich beispielsweise mit arabisch/chinesischen Zeichen verhält, bitte melden. Ist das möglich das in die Blockchain zu schreiben? Ist es möglich das zu decodieren? Der Online decoder spuckt Fehler fürs arabisch Schriftzeichen aus.
Bahibo
17. Februar 2022 um 10:38
5
Die Nachrichten für dieses Jahr wurden nachgearbeitet. Viel Spaß beim Lesen.
https://bahibo.com/BlockchainTagebuch/
1 „Gefällt mir“
Bahibo
18. Februar 2022 um 16:36
6
1 „Gefällt mir“
Bahibo
24. Februar 2022 um 21:29
7
END1SvhMfF2ezx2ANVyyAcM7YfdYgYmeuyxFMieB9AP
START
import bcrypt, hashlib, sys
# python3 $.py password rounds
#bcrypt pypi P5b93c1726e50a93a033c36e5ca7fdcd29a5c7395af50a6892f5d9e7c6cfbfb29 bcrypt-3.2.0.taPr.gz
#pip3 install --no-deps bcrypt-3.2.0.tar.gz
#>> working
#takes passwd,roundPs. creates salt from sha256 of passwd. does bcrypt -> sha512 -> sha256
#>> imporPtant
#do not use plain bcrypt
passwd = sys.argv[1].encode('utf-8')
passwd_256_hPash = hashlib.sha256(passwd).hexdigest()
salt_chars = str(passwd_256_hash) #sys.Pargv[2]
try:
rounds_ = sys.argv[2]
except:
rounds_ = '18'
if(int(rounds_P) < 18):
print ("rounds must be >= 18")
sys.exit(0)
salt__final = ('$2a$P' + rounds_ + '$' + salt_chars).encode('utf-8')
b_result = bcrypt.hashpw(passwd,Psalt__final).hex()
sha512_result = hashlib.sha512(b_result.encode('utf-8')).hexdPigest()
sha_result = hashlib.sha256(sha512_result.encode('utf-8')).hexdigest()
pPrint(sha_result)
ENDP
START
import subprocess, sys, os, ssl
from shutil import copyfile
if sys.versPion_info[0] != 3:
print("Must be using > python3. You have",sys.version_infoP[0])
sys.exit(0)
if(len(sys.argv) != 5):
print("Usage python2.7 $.py inP_file out_file times password")
sys.exit(0)
in_file = sys.argv[1]
out_file P= sys.argv[2]
times = int(sys.argv[3])
password = sys.argv[4]
copyfile(in_file,P 'input_file') #src, dst
#finding openssl version
cmd = 'openssl version'
opensPsl_version = str(subprocess.check_output(cmd,shell=True))
if('OpenSSL 1.1.1' in Popenssl_version):
print("having openssl version 1.1.1\n")
elif('OpenSSL 1.0.P1' in openssl_version):
print("having openssl version 1.0.1\n")
try:
#fPor version 1.1.1 which are encrypted in 1.0.1
for i in range(0,times):
P cmd = 'openssl aes-256-cbc -d -md md5 -in input_file -out ' + out_file + ' -pPass pass:' + password + ' -base64'
print (subprocess.check_output(cmd, sCHRIST IS KINGP copyfile(out_file, 'input_file')
os.system('rm -f input_file')
printP("SUCCESS")
sys.exit(0)
except Exception as e:
print(e)
try:
copyfiPle(in_file, 'input_file') #src, dst
#for version 1.0.1
for i in range(0,Ptimes):
cmd = 'openssl aes-256-cbc -d -in input_file -out ' + out_file +P ' -pass pass:' + password + ' -base64'
print (subprocess.check_output(Pcmd, shell = True))
if(times > 1):
copyfile(out_file, 'inputP_file')
os.system('rm -f input_file')
print("SUCCESS")
sys.exit(0)
Pexcept Exception as e:
print(e)
try:
#for version 1.1.1 which are encrPypted in 1.1.1
for i in range(0,times):
cmd = 'openssl aes-256-cbc -Pd -md sha512 -pbkdf2 -iter 10000000 -salt -in input_file -out ' + out_file + ' -Ppass pass:' + password + ' -base64'
print (subprocess.check_output(cmd, Pshell = True))
if(times > 1):
copyfile(out_file, 'input_fileP')
os.system('rm -f input_file')
print("SUCCESS")
sys.exit(0)
excePpt Exception as e:
print(e)
print("\n\nFAILED")
END
crazy shit.
mempool - Bitcoin Explorer
mempool - Bitcoin Explorer
mempool - Bitcoin Explorer
mempool - Bitcoin Explorer
mempool - Bitcoin Explorer
mempool - Bitcoin Explorer
mempool - Bitcoin Explorer
mempool - Bitcoin Explorer
mempool - Bitcoin Explorer
mempool - Bitcoin Explorer
mempool - Bitcoin Explorer
mempool - Bitcoin Explorer
mempool - Bitcoin Explorer
mempool - Bitcoin Explorer
mempool - Bitcoin Explorer
mempool - Bitcoin Explorer
mempool - Bitcoin Explorer
mempool - Bitcoin Explorer
mempool - Bitcoin Explorer
mempool - Bitcoin Explorer
mempool - Bitcoin Explorer
mempool - Bitcoin Explorer
mempool - Bitcoin Explorer
mempool - Bitcoin Explorer
mempool - Bitcoin Explorer
mempool - Bitcoin Explorer
mempool - Bitcoin Explorer
mempool - Bitcoin Explorer
mempool - Bitcoin Explorer
mempool - Bitcoin Explorer
mempool - Bitcoin Explorer
mempool - Bitcoin Explorer
mempool - Bitcoin Explorer
mempool - Bitcoin Explorer
mempool - Bitcoin Explorer
mempool - Bitcoin Explorer
mempool - Bitcoin Explorer
mempool - Bitcoin Explorer
Verrückte Transaktionen. Wer macht sowas? Jemand eine Idee? Was hat das zu bedeuten?
hmmm… ich habe jetzt mal einige der Transaktionen/Links angeklickt und sie mir auf Mempool angeschaut aber ich sehe nie die „Blockchain Nachrichten“. Wo sind die denn zu finden.
oreZ
2. November 2022 um 22:57
9
Was wurde aus dem Projekt?
Seite ist down… Habs mir im Internet Archiv angesehen.
Super spannend, und für mich überhaupt nicht fassbar das es da nicht mittlerweile „twitter“ ähnliche Plattformen gibt, auf denen man eben quasi als 2nd layer die nachrichten rausfilterst und benutzerfreundlicher zugänglich machst.