summaryrefslogtreecommitdiffstats
path: root/Cryptor.cpp (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-10-25Remove remote-host and port optionsMalfurious1-2/+2
Support for remote keychains is removed, so also remove the associated command-line options. Signed-off-by: Malfurious <m@lfurio.us>
2024-10-25Remove Socket classMalfurious1-48/+18
The remote socket functionality was only stub code, never fully implemented. A network architecture for compass keychains is no longer a design goal, so the dead code is removed. Signed-off-by: Malfurious <m@lfurio.us>
2024-10-24Refactor random password generation to use mbedtls entropy sourceMalfurious1-8/+3
Signed-off-by: Malfurious <m@lfurio.us>
2024-10-24Refactor SHA256 function to use mbedtlsMalfurious1-4/+3
Signed-off-by: Malfurious <m@lfurio.us>
2024-10-24Refactor AES functions to use mbedtlsMalfurious1-33/+104
Signed-off-by: Malfurious <m@lfurio.us>
2016-04-13Root commit for new Compass repositoryMalf Furious1-0/+244
This is the Alpha version of ComPASS, originally developed sometime in 2014.