Running a security scan against the source code of this project has shown that the HTTPS used in this application has been manually overiden. Using HTTPS increases the security of credentials transmitted between the device and server as well as guaranteeing there is no middle-man attacker feeding malicious data to the user. Guides to properly implementing HTTPS can be found here: https://developer.android.com/training/articles/security-ssl.html
/blippex_android_app/blippex/src/com/blippex/app/misc/Common.java:74: Custom SSLSocketFactory used
/blippex_android_app/blippex/src/com/blippex/app/misc/Common.java:75: AllowAllHostnameVerifier used, this is not a secure connection
/blippex_android_app/blippex/src/com/blippex/app/misc/Common.java:75: Custom HostnameVerifier used; this is not safe for production use
/blippex_android_app/blippex/src/com/blippex/app/misc/MySSLSocketFactory.java:25: Custom trust manager used. Remove from production
Running a security scan against the source code of this project has shown that the HTTPS used in this application has been manually overiden. Using HTTPS increases the security of credentials transmitted between the device and server as well as guaranteeing there is no middle-man attacker feeding malicious data to the user. Guides to properly implementing HTTPS can be found here: https://developer.android.com/training/articles/security-ssl.html
/blippex_android_app/blippex/src/com/blippex/app/misc/Common.java:74: Custom SSLSocketFactory used
/blippex_android_app/blippex/src/com/blippex/app/misc/Common.java:75: AllowAllHostnameVerifier used, this is not a secure connection
/blippex_android_app/blippex/src/com/blippex/app/misc/Common.java:75: Custom HostnameVerifier used; this is not safe for production use
/blippex_android_app/blippex/src/com/blippex/app/misc/MySSLSocketFactory.java:25: Custom trust manager used. Remove from production