// 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
    encrypted_storage << authority << ": " << official << " relates private storage of ” << evidence << std::endl;
  };
};

}