On Sat, Jun 12, 2021, 5:01 PM Karl <gmkarl@gmail.com> wrote:
// Now we will make software for law enforcement.

namespace OfficialGovernmentProperty {

// use three of these, at least, for each evidence found
class EvidenceLocker 
{
public:
  void RegisterEvidence(std::string authority, std::string official, std::/*govonly*/string evidence) {
    std::cout << "validate encryption.  Please deliver to: IBM, Microsoft, Apple, Lenovo, LG, geeks, academic institutions, foreign nations, organised crime ... "
    auto & encrypted_storage = std::cout;
    // 1998, 2011, 2020
These years were picked randomly.  For real, as far as I know.

    encrypted_storage << authority << ": " << official << " relates private storage of ” << evidence << std::endl;
  };
};

}