minisig vs signify
labelled end points on logic diagram
Single word that parallels "Recent" when discussing the near future
How will the lack of ground stations affect navigation?
Network latencies between opposite ends of the Earth
What is this weird d12 for?
How to check if comma list is empty?
Was the dragon prowess intentionally downplayed in S08E04?
Wiring a 4 channel relay - is this possible?
Could there be something like aerobatic smoke trails in the vacuum of space?
Is there an academic word that means "to split hairs over"?
Why did the UK remove the 'European Union' from its passport?
Does it matter what way the tires go if no directional arrow?
Testing if os.path.exists with ArcPy?
Can I say: "When was your train leaving?" if the train leaves in the future?
Given 0s on Assignments with suspected and dismissed cheating?
Does the Rogue's Reliable Talent feature work for thieves' tools, since the rogue is proficient in them?
Why would someone open a Netflix account using my Gmail address?
Is my test coverage up to snuff?
APFS - how do I enable transparent compression
Polynomial division: Is this trick obvious?
Should I communicate in my applications that I'm unemployed out of choice rather than because nobody will have me?
Why do galaxies collide
How could it be that 80% of townspeople were farmers during the Edo period in Japan?
Were any of the books mentioned in this scene from the movie Hackers real?
minisig vs signify
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I've recently came across the signify tool which is the OpenBSD solution to sign and verify files. Excluding GPG, I only knew about minisig to to achieve the same effect.
I'm trying to figure out what are the differences between those two tools since they seem to achieve the same end result, and use the same ed25519 key format, and why should I use one instead of the other.
signature
migrated from crypto.stackexchange.com 2 hours ago
This question came from our site for software developers, mathematicians and others interested in cryptography.
add a comment |
I've recently came across the signify tool which is the OpenBSD solution to sign and verify files. Excluding GPG, I only knew about minisig to to achieve the same effect.
I'm trying to figure out what are the differences between those two tools since they seem to achieve the same end result, and use the same ed25519 key format, and why should I use one instead of the other.
signature
migrated from crypto.stackexchange.com 2 hours ago
This question came from our site for software developers, mathematicians and others interested in cryptography.
I'm still researching, and I found this comment from minisig's author news.ycombinator.com/item?id=9709163 It seems they are both compatible, but minisig supports "trusted comments".
– Couto
yesterday
I'd personally think signify is a better choice, just because it is actively developed and maintained by the OpenBSD folks, not a random guy with a GitHub account.
– forest
yesterday
add a comment |
I've recently came across the signify tool which is the OpenBSD solution to sign and verify files. Excluding GPG, I only knew about minisig to to achieve the same effect.
I'm trying to figure out what are the differences between those two tools since they seem to achieve the same end result, and use the same ed25519 key format, and why should I use one instead of the other.
signature
I've recently came across the signify tool which is the OpenBSD solution to sign and verify files. Excluding GPG, I only knew about minisig to to achieve the same effect.
I'm trying to figure out what are the differences between those two tools since they seem to achieve the same end result, and use the same ed25519 key format, and why should I use one instead of the other.
signature
signature
asked yesterday
CoutoCouto
1162
1162
migrated from crypto.stackexchange.com 2 hours ago
This question came from our site for software developers, mathematicians and others interested in cryptography.
migrated from crypto.stackexchange.com 2 hours ago
This question came from our site for software developers, mathematicians and others interested in cryptography.
I'm still researching, and I found this comment from minisig's author news.ycombinator.com/item?id=9709163 It seems they are both compatible, but minisig supports "trusted comments".
– Couto
yesterday
I'd personally think signify is a better choice, just because it is actively developed and maintained by the OpenBSD folks, not a random guy with a GitHub account.
– forest
yesterday
add a comment |
I'm still researching, and I found this comment from minisig's author news.ycombinator.com/item?id=9709163 It seems they are both compatible, but minisig supports "trusted comments".
– Couto
yesterday
I'd personally think signify is a better choice, just because it is actively developed and maintained by the OpenBSD folks, not a random guy with a GitHub account.
– forest
yesterday
I'm still researching, and I found this comment from minisig's author news.ycombinator.com/item?id=9709163 It seems they are both compatible, but minisig supports "trusted comments".
– Couto
yesterday
I'm still researching, and I found this comment from minisig's author news.ycombinator.com/item?id=9709163 It seems they are both compatible, but minisig supports "trusted comments".
– Couto
yesterday
I'd personally think signify is a better choice, just because it is actively developed and maintained by the OpenBSD folks, not a random guy with a GitHub account.
– forest
yesterday
I'd personally think signify is a better choice, just because it is actively developed and maintained by the OpenBSD folks, not a random guy with a GitHub account.
– forest
yesterday
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f518969%2fminisig-vs-signify%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f518969%2fminisig-vs-signify%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
I'm still researching, and I found this comment from minisig's author news.ycombinator.com/item?id=9709163 It seems they are both compatible, but minisig supports "trusted comments".
– Couto
yesterday
I'd personally think signify is a better choice, just because it is actively developed and maintained by the OpenBSD folks, not a random guy with a GitHub account.
– forest
yesterday