Live data from Hacker News

Ask HN: Repo encryption and decryption for private repositories on GitHub

news.ycombinator.com

1–3 of 3 posts

Ask HN: Repo encryption and decryption for private repositories on GitHub

#1
Hi all

Considering encrypting repository content before pushing and decrypting after cloning a private repository's content.

Why? The copilot training debacle and disregard for developer's licensing choice. Shows intent, I don't like it.

What's the question? Would it be considered abuse - storage related - if github can not assert what the content is?

Any experiences, professional opinions, and/or tools to enable this without further problems for the organisation in regards to ToS are welcomed.

Thanks, have a great weekend.

construct0

Re: Ask HN: Repo encryption and decryption for private repositories on GitHub

#3
post #2

Would an encrypted repo not completely obfuscate history?

Good take - didn't think about it in that context - encryption could happen on a per-file basis perhaps?

That would allow for enough clarity together with a well-written commit message and description, in my opinion.