https://blog.malwarebytes.com/101/mac-the-basics/2017/01/tech-support-scam-page-attempts-denial-of-service-via-mail-app/
Tags: #macOS #security #DoS
Tags: #macOS #security #DoS
Malwarebytes Labs
Tech support scam page triggers denial-of-service attack on Macs - Malwarebytes Labs
Tech support scammers are up to dirty tricks again, trying to cause your computer to freeze by simply visiting a webpage.
https://www.bloomberg.com/amp/news/articles/2017-01-10/draghi-renzi-among-victims-of-cyber-spying-italy-s-ansa-says
Tags: #security #malware
Tags: #security #malware
Bloomberg.com
Draghi, Renzi Hacked in E-Mail Cyber-Spying Attacks
Mario Draghi, president of the European Central Bank, and former Italian Prime Minister Matteo Renzi were among those hacked in a cyber-spying operation that targeted more than 18,000 e-mail accounts, according to a court document seen by Bloomberg.
https://blog.gopheracademy.com/advent-2016/testing-distributed-systems-in-go/
"Reliability and robustness is etcd’s highest priority. This post will explain how etcd is tested under various failure conditions."
Tags: #programming #Go
"Reliability and robustness is etcd’s highest priority. This post will explain how etcd is tested under various failure conditions."
Tags: #programming #Go
http://www.meetspaceapp.com/2016/04/12/passwords-postgresql-pgcrypto.html
Tags: #database #postgresql #security #password
Tags: #database #postgresql #security #password
Meetspaceapp
Hashed Passwords with PostgreSQL's pgcrypto
Users are central to any web application, and when you have users you usually need accounts, and when you have accounts you need password verification and cookies. Almost every web framework in any language has something for storing and comparing passwords…
https://medium.mybridge.co/web-development-top-10-for-the-past-year-v-2017-aa285515676e#.9alrfo5yo
Tags: #webdev #webdesign
Sent us by @jakub96
Tags: #webdev #webdesign
Sent us by @jakub96
Mybridge for Professionals
Web Development Top 10 for the Past Year (v.2017)
For the past year, we’ve ranked nearly 13,500 Web Development articles to pick the Top 10 stories (0.074% chance) that can help you prepare your web career in 2017. This Web Development list includes…
https://blog.sqreen.io/mongodb-will-not-prevent-nosql-injections-in-your-node-js-app/
Tags: #webdev #NodeJS #database #MongoDB
Tags: #webdev #NodeJS #database #MongoDB
Sqreen Blog | Modern Application Security
MongoDB will not prevent NoSQL injections in your Node.js app - Sqreen Blog | Modern Application Security
NoSQL injections in MongoDB with Node.js. This article shows how a Node.js application based on Express and using MongoDB can be vulnerable to NoSQL injections
https://www.gamedev.net/resources/_/technical/game-programming/rapid-prototyping-tip-defining-data-as-code-files-r4597
Tags: #programming #gamedev #prototyping
Tags: #programming #gamedev #prototyping
www.gamedev.net
Rapid Prototyping Tip: Defining data as code files - Game Programming - Articles - Articles - GameDev.net
When youre trying to churn out a game fast, it might make more sense to define your items, texts or conversation in code files. Heres how to do it, an example from my current project.
On my first two games (Postmortem and Karaski) I set up...
On my first two games (Postmortem and Karaski) I set up...