#SecretKey
After whinging that I couldn't think of a good nsfw account handle, several people left excellent suggestions. Now I've gone from no ideas to too many good ones. Please help an ADHD person decide among these:

- secretKey
- intheKeyofE
- locksandKeys
- freaKey
November 22, 2024 at 2:20 PM
SecretKey
November 16, 2024 at 8:51 AM
it is so easy to encrypt your user's secrets with crypto library. It is included in node so you don't even need to install it.

be a good developer, do not store your user's secrets without encryption. (hash it if you don't need to decrypt)

#buildinpublic
January 23, 2025 at 5:01 PM
Day [06] ✅ I got the Yeti one step closer to home at DebugDecember.com #DebugDecember

Fun one tonight! The first one I felt the solution was interesting enough to share!

Here was my answer:
December 6, 2024 at 2:06 AM
You don’t always need to know what a key is for.
Sometimes just holding it is enough to feel free.

#SecretKey #MysteryMood #FreedomVibes #DreamyPortrait #art #photo
April 28, 2025 at 4:06 AM
Sharing a small key to something new... ✨️😉🗝️

#thresholds #art #artist #fantasyart #magicalart #visionaryart #soulart #SecretKey #MagicInTheMaking
September 26, 2025 at 5:30 PM
Unicursal NOTHING SECRET KEY LAW Propaganda from Hermetic Library Office of the Ministry of Information hermetic.com/informa...

#propaganda #thelema #nothing #secret #key #SecretKey #law
April 3, 2025 at 3:16 AM
New release: #rPGP version 0.16 🧰🔐✨
github.com/rpgp/rpgp/re...
#OpenPGP implemented in pure #Rust, permissively licensed
Now rPGP can process arbitrarily large messages with minimal memory
Support for the OpenPGP #PQC IETF draft datatracker.ietf.org/doc/html/dra...
support for 448, and many fixes
Release v0.16.0 - Stream the world & PQC · rpgp/rpgp
⛰️ Features Update to draft-ietf-openpgp-pqc-10 (#565) - (01a9643) 🚜 Refactor Cleanup the interface of crypto::*::SecretKey - (45e1ea8)
github.com
May 29, 2025 at 12:47 PM
hmmmm...
October 11, 2024 at 1:30 AM
It is not always possible to return the shared secret in a byte array. That's the reason why the `encapsulate` and `decapsulate` methods always return the shared secret in a `SecretKey` object.
August 3, 2023 at 5:14 PM
Unicursal NOTHING SECRET KEY LAW Propaganda from Hermetic Library Office of the Ministry of Information hermetic.com/informa...

#propaganda #thelema #AleisterCrowley #nothing #SecretKey #key #law
December 2, 2025 at 8:20 PM
Stacks wallets are adding a new standard API so apps can interact with any crypto wallet similarly for tasks like getting wallet addresses or signing a message. As it's new, there might be a glitch or two. Luckily, this one took a day to fix. 👍

github.com/secretkey...
Crash "Cannot recognize Clarity Type: undefined" when request stx_signMessage · Issue #846 · secretkeylabs/xverse-web-extension
Component Severity Major Summary Xverse extension crash when request stx_signMessage Reproduce steps Get stx address and public key import { request } from 'sats-connect'; const res = await...
github.com
January 27, 2025 at 11:19 AM
Developer Leaks Secret Key on GitHub, Loses $40K in 2 Minutes

Web3 developer Brian Guan lost $40,000 after accidentally exposing his wallet keys on GitHub. A Web3 developer revealed the unfortunate experience of losing funds as a result of inadvertently disclosing… #Developer #GitHub #SecretKey
Developer Leaks Secret Key on GitHub, Loses $40K in 2 Minutes
Developer Leaks Secret Key on GitHub, Loses $40K in 2 Minutes Web3 developer Brian Guan lost $40,000 after accidentally exposing his wallet keys on GitHub. A Web3 developer revealed the unfortunate experience of losing funds as a result of inadvertently…
coinxposure.com
June 6, 2024 at 3:05 PM
July 26, 2026 at 4:06 PM
CVE-2026-45043 - RustFS: ImportIam Allows Creation of Backdoor Service Accounts Under Any Parent Including Root
CVE ID : CVE-2026-45043

Published : May 29, 2026, 1:16 p.m. | 1 hour, 55 minutes ago

Description : RustFS is a distributed object storage system built in Rust....
CVE-2026-45043 - RustFS: ImportIam Allows Creation of Backdoor Service Accounts Under Any Parent Including Root
RustFS is a distributed object storage system built in Rust. Prior to 1.0.0-beta.2, improper validation in the PUT /rustfs/admin/v3/import-iam endpoint allows a user with ImportIAMAction to create service accounts under arbitrary parent identities, including the root user (minioadmin). The endpoint accepts attacker-controlled parent, claims, accessKey, and secretKey values without enforcing …
cvefeed.io
May 29, 2026 at 3:44 PM
CVE-2025-41118 - Sensitive COS `SecretKey` exposed in plaintext via configuration API due to missing type protection
CVE ID : CVE-2025-41118

Published : April 15, 2026, 8:16 p.m. | 28 minutes ago

Description : Pyroscope is an open-source continuous profiling database. Th...
CVE-2025-41118 - Sensitive COS `SecretKey` exposed in plaintext via configuration API due to missing type protection
Pyroscope is an open-source continuous profiling database. The database supports various storage backends, including Tencent Cloud Object Storage (COS). If the database is configured to use Tencent COS as the storage backend, an attacker could extract the secret_key configuration value from the Pyroscope API. To exploit this vulnerability, an attacker …
cvefeed.io
April 15, 2026 at 9:08 PM
CVE-2025-62879 - Rancher Backup Operator pod's logs leak S3 tokens
CVE ID : CVE-2025-62879

Published : March 4, 2026, 3:08 p.m. | 37 minutes ago

Description : A vulnerability has been identified within the Rancher Backup Operator, resulting in the leakage of S3 tokens (b...
CVE-2025-62879 - Rancher Backup Operator pod's logs leak S3 tokens
A vulnerability has been identified within the Rancher Backup Operator, resulting in the leakage of S3 tokens (both accessKey and secretKey) into the rancher-backup-operator pod's logs.
cvefeed.io
March 4, 2026 at 3:52 PM
what is going on here? why is the condition met while the values are not nil ?

(lldb) po (secretKey == nil || publicKey == nil)
<nil>
February 7, 2025 at 1:13 PM
You encrypt on device and then send to the server, so there's no "use the private key to decrypt before sending it back"?

Eval key can be public

SecretKey (SK): Encryption and Decryption
PublicKey (PK): Encryption
EvalKey(EK): Evaluate operations on Ciphertext

inferati.com/blog/fhe-sch...
October 29, 2024 at 3:58 AM
yanyutao0402 ChanCMS find information disclosureA vulnerability was found in ... A vulnerability was found in yanyutao0402 ChanCMS up to 3.1.2. It has been classified as problematic. Affected is an...

Origin | Interest | Match
CVE-2025-8226 | THREATINT
Es wurde eine problematische Schwachstelle in yanyutao0402 ChanCMS bis 3.1.2 ausgemacht. Betroffen hiervon ist ein unbekannter Ablauf der Datei /sysApp/find. Mit der Manipulation des Arguments accessKey/secretKey mit unbekannten Daten kann eine information disclosure-Schwachst...
cve.threatint.eu
July 27, 2025 at 10:00 AM