Skip to content

WindowsTechs.com

Collaborate Disseminate

Menu

Primary menu

  • Home

Author Archives: Incognito

What would one need to do in order to hijack a satellite?

Posted on August 19, 2011 by Incognito

I realise this borders on sci-fi, but there’s been some interesting demonstrations regarding security of various satellites.

What would be required to hack a satellite (in general terms, any hack really)? Are they all basic… Continue reading What would one need to do in order to hijack a satellite?→

Posted in APT, Hardware, protocols, Wireless | Tagged Satellite

Why is it always `HASH( salt + password )` that we recommend?

Posted on June 15, 2011 by Incognito

Browsing over this site, many forums, online articles, there’s always one specific way we’re suggesting to store a password hash:

function (salt, pass) {
return ( StrongHash(salt + pass) );
}

But why this exact way? Why aren’t we sug… Continue reading Why is it always `HASH( salt + password )` that we recommend?→

Posted in authentication, Cryptography, hash, passwords

Is a rand from /dev/urandom secure for a login key?

Posted on May 18, 2011 by Incognito

Lets say I want to create a cookie for a user. Would simply generating a 1024 bit string by using /dev/urandom, and checking if it already exists (looping until I get a unique one) suffice?

Should I be generating the key bas… Continue reading Is a rand from /dev/urandom secure for a login key?→

Posted in authentication, Cryptography, linux, random, web-application

Is a rand from /dev/urandom secure for a login key?

Posted on May 18, 2011 by Incognito

Lets say I want to create a cookie for a user. Would simply generating a 1024 bit string by using /dev/urandom, and checking if it already exists (looping until I get a unique one) suffice?

Should I be generating the key bas… Continue reading Is a rand from /dev/urandom secure for a login key?→

Posted in authentication, Cryptography, linux, random, web-application

Why do some people really hate security via client-side?

Posted on May 18, 2011 by Incognito

For instance, lets look at a common login system for a website

HTTPS connection is made
User submits credentials via POST
Server-side code hashes the password and looks if it matches the user name
Session is initialized, an… Continue reading Why do some people really hate security via client-side?→

Posted in appsec, authentication, client-side, javascript, web-application

Primary Sidebar Widget Area

Infocon Status

Internet Storm Center Infocon Status

Recent Posts

  • Hijacked npm and Go Packages Use VS Code Tasks to Deploy Python Infostealer June 29, 2026
  • DarkMoon: Open-source AI pentesting platform June 29, 2026
  • Sycophantic chatbots and the harms that build over many chats June 29, 2026
  • Custom Hybrid Drivetrain Powers Boat June 29, 2026
  • Trump-Shuttered Climate Change Site Now Back Online In Nonprofit Hands June 29, 2026

Tag Cloud

Agriculture Alzheimer's Disease Art Audio Automation Bluetooth Building and Construction Campervan Camping Cancer Coronavirus (COVID-19) Cycling Dementia Diabetes DNA Electric Vehicles Food Home House Huawei Indiegogo MIT Mobility Moon New Atlas Audio NVIDIA Off-grid Off-road Pedal-assisted Photography Physics Radio Repair RV Samsung Satellite Sony SpaceX spoofing sustainable design The Immune System Tiny Footprint Training Water Zoom

Archives

  • Facebook
  • Twitter
  • Linkedin
  • Email
Copyright © 2026 WindowsTechs.com. All Rights Reserved.
Theme: Catch Box by Catch Themes
Scroll Up