summaryrefslogtreecommitdiffstats
path: root/examples/cipherpack/commandline.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Refine io-stream usage and benefit from jaulib's new jau::io::uri handling ↵Sven Gothel2022-06-041-14/+2
| | | | for protocols using `jau::io::to_ByteInStream()`
* Simplify *encrypt* and *decrypt* API, use destination_fname as an optional ↵Sven Gothel2022-06-031-5/+5
| | | | file sink, resuding Java API mapping; Working 1st Java unit test
* Java Binding 1/2 (Build clean, WIP) and minor alignmentsSven Gothel2022-06-021-18/+18
| | | | | | Minor alignments - Drop PacketInfo, return PackedHeader - Type int -> string: payload_version, payload_version_parent
* Add CipherpackListener, using as general lister/callback solution for ↵Sven Gothel2022-05-301-2/+4
| | | | encrypt/decrypt functions
* Rename Project: Elevator -> Cipherpack, namespace elevator::cipherpack -> ↵Sven Gothel2022-05-301-0/+147
cipherpack, added pure streaming encryption/decryption base function