DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD Security

OpenBSD Security Functionally paranoid!

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1   (View Single Post)  
Old 13th September 2021
jmccue jmccue is offline
Real Name: John McCue
Shell Scout
 
Join Date: Aug 2012
Location: here
Posts: 131
Default signify with -C

I am having an issue with how to use signify(1) on all files in a Directory. Some files could be quite large and based upon my searches and manuals, this shows the issue:

1. To sign the files I do the following:
Code:
$ sha256 * > SHA256
$ signify -S -s my.sec -m SHA256
2. This is where the issue occurs:
Code:
$ signify -C -p my.pub -x SHA256.sig
signify: signature verification failed
3. But this works.
Code:
$ signify -V -p my.pub -m SHA256
Signature Verified

$ sha256 -c SHA256
lots of OKs
Is there something I am missing in step 2 ? Or are we suppose to use the method in step 3 ? Or is the issue with #1 ? Based upon what I read # 2 should work.

Thanks
Reply With Quote
 

Tags
sha256, signify, verify

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
signify: unable to parse checksum error. jjstorm OpenBSD General 2 5th April 2016 12:44 AM


All times are GMT. The time now is 01:59 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick