You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
-
1I'm not sure if I understand the concept: either one has to continuiously re-encrypt the fragments with new keys (which requires decryption with the old key first) or the encryption keys for each fragment needs to be static - in which case I don't see any "dynamic mapping". Still, the question stands what problem you are trying to solve which is not solved already by simpler methods (like simple TPM/HSM backed encryption).Steffen Ullrich– Steffen Ullrich2025-07-23 18:24:40 +00:00Commented Jul 23, 2025 at 18:24
-
@Steffen Ullrich Thanks for clarifying. I agree—re-encrypting fragments repeatedly would essentially act like static keys or periodic re-encryption. My “dynamic mapping” idea doesn’t rotate encryption keys but adds a separate mapping layer that shifts over time or per access session. The key stays stable, but fragment references change, so a stolen snapshot can’t easily reconstruct the file. I know TPM/HSM is the standard—I’m just exploring whether this extra “floating mapping layer” adds value against attackers with only periodic snapshot access.Cero– Cero2025-07-23 18:29:47 +00:00Commented Jul 23, 2025 at 18:29
-
What problem are you trying to solve?vidarlo– vidarlo2025-07-23 18:32:42 +00:00Commented Jul 23, 2025 at 18:32
-
@ vidarlo The goal is to make stolen or leaked snapshots harder to reconstruct into a full usable file. Even if fragments are copied, shifting mapping/references aim to add an extra layer of complexity, making partial periodic snapshots less valuable to attackers.Cero– Cero2025-07-23 18:34:18 +00:00Commented Jul 23, 2025 at 18:34
-
1While you have a lot of ideas, this is too vague and metaphorical for a concrete answer. I'm also not sure how throwing in “AI” is supposed to help. You should write down specific security goals (what needs to be protected from whom) and learn about standard solutions like full-disk encryption and encrypted file containers. It's quite possible that if you remove all the fancy metaphors, you end up with a relatively simple problem that has a known solution.Ja1024– Ja10242025-07-24 03:14:13 +00:00Commented Jul 24, 2025 at 3:14
|
Show 7 more comments
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
-
create code fences with backticks ` or tildes ~
```
like so
``` -
add language identifier to highlight code
```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- quote by placing > at start of line
- to make links (use https whenever possible)
<https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. web-application), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you