You might have heard about the major LinkedIn and Yahoo password leaks. That’s why security is a high priority at Wrecking Ball. We use a variety of high-end solutions to encrypt our platforms and applications. Primarily, we use the password encryption provided by the Go Programming Language (Go or Golang for short). We take precautions in order to prevent attackers from taking over our systems by encrypting passwords using 128 bits.
Golang specializes in protection against these three most common attacks:
- CSRF attacks
- XSS attacks
- SQL injection
CSRF ATTACKS
If a hacked victim logs into their online bank account and does not exit, then clicking on a malicious link sent from the attacker could allow the attacker to steal all of the user’s bank account funds.
XSS ATTACKS
The majority of modern websites and applications are dynamic. Dynamic sites are often susceptible to cross-site scripting attacks (XSS), something which static websites are completely unaffected by. This web security vulnerability allows attackers to inject malicious code into webpages.
SQL INJECTION
An SQL Injection can destroy your website’s database. Databases are driven by SQL, a database programming language. An attacker can hack into a database by entering their own SQL programming into an input field such as username fields.
DATA IS PRECIOUS
Wrecking Ball has the experience and expertise to protect your data by using the latest technologies and encryption techniques. Particularly, we protect you against the most common types of attacks such as the ones mentioned above. By leveraging golang and best-in-class security procedures, our goal is for you to feel less vulnerable knowing your data is safe and secure.