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

lower permissions file with mnemonic on windows #624

Closed
qrayven opened this issue Jun 16, 2023 · 1 comment · Fixed by #1281
Closed

lower permissions file with mnemonic on windows #624

qrayven opened this issue Jun 16, 2023 · 1 comment · Fixed by #1281
Assignees
Labels
m-cli Module - CLI t-impl Task - Implementation
Milestone

Comments

@qrayven
Copy link
Contributor

qrayven commented Jun 16, 2023

Description

Windows has a much different permission model than POSIX, (UNIX).
Files containing the mnemonic should have been saved by CLI with permissions similar to 600 on the UNIX system.

#611 (comment)

Motivation

Its a good security practice to use a layered security model

Requirements

Write a list of what you want this feature to do.

  1. the ile containing a mnemonic shouldn't be read by other users or groups of users than the user that starts the process

Open questions (optional)

what is the secure equivalence of 0600 on Windows?

Are you planning to do it yourself in a pull request?

Yes/No.

@thibault-martinez
Copy link
Member

Closed by #1281

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
m-cli Module - CLI t-impl Task - Implementation
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants