As you can see from the Pastebin, I'm getting this error again:
[error] Invalid XML schema
Here's the command I run, and the associated output, using xmllint, based on the previous conversation
[root@localhost ~]# xmllint --schema syspass.xsd syspass.xml --noout
syspass.xml:8: element Group: Schemas validity error : Element 'Group': [facet 'minLength'] The value has a length of '0'; this underruns the allowed minimum length of '1'.
syspass.xml:8: element Group: Schemas validity error : Element 'Group': '' is not a valid value of the atomic type 'NonEmptyString'.
syspass.xml:9: element Hash: Schemas validity error : Element 'Hash': The attribute 'sign' is required but missing.
syspass.xml fails to validate
[root@localhost ~]#
When I use this command (vim syspass.xml), here is what is located on lines 8 and 9:
Now I am stuck. I'm not really sure what to do past this. I get the feeling that mcrypt was installed improperly, however, I don't think so because I installed mcrypt on Windows and CentOS, and both give the same error.
Here's the original thread: https://github.com/sysPass/syspass-decrypter/issues/2
Similar error to the thread linked above. Here's the command I type out, and the output: https://pastebin.com/nJSGiHLb
Running this command and then hitting enter for when it asks for the XML password (instead of typing one in) results in the same output.
As you can see from the Pastebin, I'm getting this error again:
Here's the command I run, and the associated output, using xmllint, based on the previous conversation
When I use this command (vim syspass.xml), here is what is located on lines 8 and 9:
Now I am stuck. I'm not really sure what to do past this. I get the feeling that mcrypt was installed improperly, however, I don't think so because I installed mcrypt on Windows and CentOS, and both give the same error.