mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-18 17:07:45 +02:00
- Removed GCM, CTR and OFB encryption modes.
- Every time server sends CALV message, IV will be changed as well.
This commit is contained in:
parent
beab22e5b2
commit
a25587c4c5
19 changed files with 63 additions and 411 deletions
|
@ -165,12 +165,9 @@ CApp::parseArg(const int& argc, const char* const* argv, int& i)
|
|||
|
||||
else if (isArg(i, argc, argv, NULL, "--crypto-pass")) {
|
||||
argsBase().m_crypto.m_pass = argv[++i];
|
||||
argsBase().m_crypto.setMode("cfb");
|
||||
}
|
||||
|
||||
else if (isArg(i, argc, argv, NULL, "--crypto-mode")) {
|
||||
argsBase().m_crypto.setMode(argv[++i]);
|
||||
}
|
||||
|
||||
else if (isArg(i, argc, argv, NULL, "--filetransfer-src")) {
|
||||
m_fileTransferSrc = argv[++i];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue