Encrypt a signal from AudioDeviceReader
1 回表示 (過去 30 日間)
古いコメントを表示
How can I encrypt a signal obtained from AudioDeviceReader with any encryption algorithm (RSA,AES,3DES or other)?
0 件のコメント
回答 (1 件)
Vidip
2023 年 12 月 29 日
I understand that you want to encrypt a signal obtained from ‘AudioDeviceReader’ with any encryption algorithm.
XOR encryption is a simple symmetric encryption technique where the plaintext is combined with a key using the XOR operation. The same key is used to decrypt the message. You can refer to the below link for the same answer –
For further information regarding encryption algorithms for audio files, refer to the file exchange links below:
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Encryption / Cryptography についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!