secure-chat | A simple secure chat written in c
kandi X-RAY | secure-chat Summary
kandi X-RAY | secure-chat Summary
secure-chat is a Java library. secure-chat has no bugs, it has no vulnerabilities and it has low support. However secure-chat build file is not available. You can download it from GitHub.
this program allows to you to comunicate in a secure way with other users. in order to use this software is necessary retrieve the public key of the user with which you want to talk, and put this in the correct folder (see below for details). you can register to the service and login whenever you want, the passwords are stored locally and protected by sha1 using salt bytes. the session key (used to comunicate among users) is created using diffie-hellman algorithm and,in order to avoid man in the middle attack, every phase of the algorithm is signed by private key(provided by user or created in registration phase). in the end the entire communication is encrypted with des algorithm. whether the rsa keys are not present when a new user is registering, these are created and stored in the test/keyfiles folder (see below). otherwise you can use your pair keys simply putting these in the directory above, renaming
this program allows to you to comunicate in a secure way with other users. in order to use this software is necessary retrieve the public key of the user with which you want to talk, and put this in the correct folder (see below for details). you can register to the service and login whenever you want, the passwords are stored locally and protected by sha1 using salt bytes. the session key (used to comunicate among users) is created using diffie-hellman algorithm and,in order to avoid man in the middle attack, every phase of the algorithm is signed by private key(provided by user or created in registration phase). in the end the entire communication is encrypted with des algorithm. whether the rsa keys are not present when a new user is registering, these are created and stored in the test/keyfiles folder (see below). otherwise you can use your pair keys simply putting these in the directory above, renaming
Support
Quality
Security
License
Reuse
Support
secure-chat has a low active ecosystem.
It has 4 star(s) with 1 fork(s). There are 3 watchers for this library.
It had no major release in the last 6 months.
There are 1 open issues and 1 have been closed. On average issues are closed in 1 days. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of secure-chat is current.
Quality
secure-chat has no bugs reported.
Security
secure-chat has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
secure-chat does not have a standard license declared.
Check the repository for any license declaration and review the terms closely.
Without a license, all rights are reserved, and you cannot use the library in your applications.
Reuse
secure-chat releases are not available. You will need to build from source code and install.
secure-chat has no build file. You will be need to create the build yourself to build the component from source.
Top functions reviewed by kandi - BETA
kandi has reviewed secure-chat and discovered the below as its top functions. This is intended to give you an instant insight into secure-chat implemented functionality, and help decide if they suit your requirements.
- Runs the server
- Method to generate a secret key
- Utility method to find the index of a delimiter character in a byte array
- Check the validity of a message
- Entry point for testing
- Checks if the given user name has already been created
- Puts a new user into the users list
- Checks if credentials are valid
- Main loop
Get all kandi verified functions for this library.
secure-chat Key Features
No Key Features are available at this moment for secure-chat.
secure-chat Examples and Code Snippets
No Code Snippets are available at this moment for secure-chat.
Community Discussions
No Community Discussions are available at this moment for secure-chat.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install secure-chat
You can download it from GitHub.
You can use secure-chat like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the secure-chat component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .
You can use secure-chat like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the secure-chat component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page