@hweimer
Ok, spannend. Danke für die Info. 🙏 Also Aegis nutzt bei mir den KeyStore und könnte den Seed somit in ein Android Hardware‑Security‑Module (Android TEE) speichern.
Das kann die Bank aber natürlich nicht prüfen. 🧐

Vielleicht hilft aber der FIDO2/WebAuthn‑Standard?

#PSD2 #TEE #Android #KeyStore #Aegis #TOTP #FIDO2

Tôi đã xây dựng một hệ thống lưu trữ phân tán với giao thức Raft, 2PC và động cơ lưu trữ tự thiết kế bằng Rust. Dự án Minikv được chia sẻ trên GitHub - cung cấp giải pháp đơn giản cho quản lý cặp khóa-giá trị. #Rust #KeyStore #PhânTán #Raft #2PC #MáyChủLưuTrữ

https://www.reddit.com/r/opensource/comments/1pi3rtr/i_built_a_distributed_keyvalue_store_in_rust_raft/

#OneMoreSecret is a standalone security layer for your data (e.g. passwords, TOTP tokens, files, and Bitcoin private keys). It leverages the #Android #Keystore system, turning your phone into a hardware #security module. In other words: with OneMoreSecret, you decrypt your secrets with your phone and your fingerprint.
https://github.com/stud0709/OneMoreSecret
GitHub - stud0709/OneMoreSecret: Password management based on Android KeyStore, QR and Bluetooth

Password management based on Android KeyStore, QR and Bluetooth - stud0709/OneMoreSecret

GitHub

🗓 Khal di #Inleo : "Partecipate con noi all'evento di lancio in diretta!

Registrati con #Keystore, guadagna in #DASH

La nostra partnership con l'ecosistema #Dashpay è ora attiva 🚀 "

📣 LIVE OGGI Martedì 26 Novembre ore 18.00!

https://x.com/khalkaz/status/1861290913722474632

Khal (@khalkaz) on X

Join us for the live launch party event! Sign up with Keystore, earn in $DASH Our partnership with the @Dashpay ecosystem is now live 🚀 https://t.co/zmIMU8mqkW

X (formerly Twitter)

Abbiamo pubblicato la registrazione del nostro incontro di Ottobre 2024 🎃

Potete rivedere gli splendidi talk di Matteo Vitali @trotto e Marco Pagliaricci 🚀

Correte sul nostro canale YouTube 👇
https://youtu.be/JxwPAoPfFv0?si=KBsYyFfvK8J-UEds

#Python #Pescara #YouTube #DevSecOps #KeyStore #PyBeer

PyHalloween 2024 🎃 | Talks #3 | Python Pescara 🐬

YouTube

PinLockSreen на основе KeyStore. Kotlin. Jetpack Compose

В данной любительской статье разберемся, что такое KeyStore в контексте мобильной разработки, для чего нужен и применим его в крайне легком варианте. Также погрузимся в разработку экрана входа в ваше приложение. Статья будет разделена на 3 так называемых раздела — KeyStore, UI и ViewModel.

https://habr.com/ru/articles/831914/

#kotlin #android_development #android_apps #android #jetpack_compose #keystore #viewmodel #ui #github

PinLockSreen на основе KeyStore. Kotlin. Jetpack Compose

Начало В данной любительской статье разберемся, что такое KeyStore в контексте мобильной разработки, для чего нужен и применим его в крайне легком варианте. Также погрузимся в разработку экрана входа...

Хабр
Signal will implement safeStorage API to quell encryption concerns

The messaging app Signal has been under scrutiny due to security concerns surrounding its desktop application. Cybersecurity researchers rediscovered that

Stack Diary

Here we go again! This time we have a couple of interesting papers on blockchain-related vulnerabilities, an attack against a lightweight stream cipher, an attack against key-store values, a little something about how hard SBOM¹ can be and a couple of hardware security papers.

* "An Empirical Study of Impact of Solidity Compiler Updates on Vulnerabilities in Ethereum Smart Contracts"
* "Security Analysis of WG-7 Lightweight Stream Cipher against Cube Attack"
* "Prefix Siphoning: Exploiting LSM-Tree Range Filters For Information Disclosure"
* "How to Bind Anonymous Credentials to Humans"
* "Challenges of Producing Software Bill Of Materials for Java"
* "Security Analysis of the WhatsApp End-to-End Encrypted Backup Protocol"
* "The curious case of the half-half Bitcoin ECDSA nonces"
* "X-ray: Discovering DRAM Internal Structure and Error Characteristics by Issuing Memory Commands"
* "Benchmarking and modeling of analog and digital SRAM in-memory computing architectures"
* "(M)WAIT for It: Bridging the Gap between Microarchitectural and Architectural Side Channels"

#Ethereum #Solidity #WG7 #Cryptography #KeyStore #Privacy #AnonymousCredentials #SBOM #Java #SoftwareBillOfMaterials #WhatsApp #E2E #Bitcoin #EDCSA #DRAM #SRAM #SideChannelAttacks

__
¹ Software Bill Of Materials.

For lengthy bureaucratic reasons you don't want to know about, I'm trying to avoid adding a dependency to my #python project.

Is there a relatively straightforward way to open a #java #keystore/#truststore *without* adding a package?

I would almost prefer to system('keytool....') than add a package.