nevermind this,  I misread the manual. That line is referring to secstore, aescbc is clarified elsewhere.


On Wed, Sep 15, 2021, 11:11 <dogedoge61@gmail.com> wrote:
the description of the -i option says it reads the password from standard input.
this is wrong. it reads the password from file descriptor 3.
this patch corrects this

- binarycat--- //.git/fs/object/8f4842d3465e96d264f5c2f7fa2d61db871aae9f/tree/sys/man/1/secstore
+++ sys/man/1/secstore
@@ -68,7 +68,7 @@
 .PP
 Option
 .B -i
-says that the password should be read from standard input
+says that the password should be read from file descriptor 3
 instead of from
 .BR /dev/cons .
 .PP