TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Could we make encrypted text look like some random unencrypted text?

1 点作者 galonk将近 5 年前
Would it be useful to (say, using ML) encrypt text such that the ciphertext looked like intelligible text itself? So you could hide an encrypted message in plain sight? Has this been done?

2 条评论

johnnyo将近 5 年前
You don’t even need ML. Let’s say you use some standard encryption routine to turn text into a string of numbers.<p>You could then use those numbers as an index into another text corpus, let’s say a known copy of the Bible.<p>The only hiccup would be to make sure each verse is unique so you can decrypt properly.
zxcmx将近 5 年前
The field is called steganography.