The crypto-detector extension is a language-server and client extension which uses static analysis of source code in order to detect use of cryptography.
The tool uses Wind-River/crypto-detector in order to scan source code and determine if cryptography exists using the following two methods:
- keyword: simple scan for any use of terms, words related to cryptography.
- API finder: deeper scan for use of API calls and libraries related to cryptography.
The extension is tested and works successfully in both Eclipse Theia
based products and VS Code
.
- crypto-detector language-server
- crypto-detector language-client
- Wind-River/crypto-detector: clone the following repo under the
home
directory.
- run
npm install
from the root directory. - execute F5 (
launch client
) which runs the extension under a hosted-mode.
- Eclipse Public License 2.0
- 一 (Secondary) GNU General Public License, version 2 with the GNU Classpath Exception
"Theia" is a trademark of the Eclipse Foundation https://www.eclipse.org/theia