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
T
amazing-username cec1e0bbb6 Code cleanup
2018-02-26 22:01:00 -06:00

5 lines
93 B
C++

#include"Cryption.h"
Cryption::Cryption(const string& message)
{ this->message = message; }