Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crypto/cipher: It should support another interface for CTR mode #26673

Open
binkoni opened this issue Jul 29, 2018 · 1 comment
Open

crypto/cipher: It should support another interface for CTR mode #26673

binkoni opened this issue Jul 29, 2018 · 1 comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@binkoni
Copy link

binkoni commented Jul 29, 2018

What did you do?

I want to write code that can efficiently encrypt or decrypt a portion of large files using random access I/O.
Theoretically in CTR mode it is possible to encrypt/decrypt arbitrary block independently.
But with the lack of alternative interface to Stream interface, there is no way to take advantage of CTR mode.

What did you expect to see?

Another interface for CTR mode, or maybe custom counter support would be good too.

What did you see instead?

Only Stream interface exists.

@ianlancetaylor
Copy link
Contributor

CC @FiloSottile

@ianlancetaylor ianlancetaylor added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Aug 3, 2018
@ianlancetaylor ianlancetaylor added this to the Unplanned milestone Aug 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
None yet
Development

No branches or pull requests

2 participants