This repository has been archived on 2026-07-02. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
PasswordEncryption/Cryption.cpp
amazing-username 6c1f92ea30 Refractoring
2017-06-23 18:01:42 -05:00

16 lines
259 B
C++

#include"Cryption.h"
Cryption::Cryption(const std::string& message)
{ this->message = message; }
/**
void Cryption::setMessage(const std::string& message)
{ this->message = message; }
*/
/**
std::string Cryption::getMessage() const
{ return message; }
*/