`decrypt.Data` does not support `ini` store by default
Open
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 23.1k
- Forks
- 1.1k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 9
Description
Is there a reason why the cli supports .ini files out of the box, but decrypt.Data(...) doesn't?
should it be using DefaultStoreForPath instead?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing decrypt.Data and DefaultStoreForPath, then compare how the CLI selects a store for .ini files. Confirm the intended default behavior and identify the relevant existing coverage; done means decrypt.Data handles .ini input consistently with the CLI without changing other store selection behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- security
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100