Flag: Tornado! Hurricane!

 Forums >>  Job Openings  >>  Career: Software Security Engineer - Square - San Francisco, CA

Topic created on: April 26, 2012 15:19 CDT by pedram .

Square is looking to hire a Security Engineer to assist with security,
audit, and compliance efforts within the organization. This person
will be called upon to help design and secure all areas of the
organization and product, including client and server applications,
system and network infrastructure, and policies and procedures. The
ideal candidate will be a security generalist, with as much interest
and experience building things as breaking them.

Responsibilities
* Design and build tools to implement security controls and monitor them
* Perform ongoing security testing and code reviews
* Act as internal security subject matter expert and evangelist
* Perform day-to-day audit and monitoring tasks as required

Required
* Strong understanding of web, application, and network security
* Programming experience in two or more of the following languages:
Ruby, Java, Javascript, and C/Objective-C
* Operational experience deploying and monitoring secure systems
* Familiarity with security standards, including PCI-DSS, PA-DSS,
OWASP Top 10 and others
* Previous experience in a start-up environment a plus

To apply, contact mikeh [at] squareup [dot] com and please submit
along with your resume a critique of the following code:


#!/usr/bin/env ruby
#
# This program encrypts and decrypts messages at the command line.
# It runs setuid root, so that it can be used by users without giving
# them access to the (root-owned) secret encryption key.

require 'openssl'

SECRET_KEY='/etc/secrypt.key'
OUTPUT_FILE='/tmp/secrypt.out'

cipher = OpenSSL::Cipher::Cipher.new('aes-256-ecb')

case ARGV.shift
when 'encrypt'
cipher.encrypt
when 'decrypt'
cipher.decrypt
else
puts 'Usage:'
puts '$0 [encrypt|decrypt] '
exit 1
end

cipher.key=(File.read(SECRET_KEY))

input = File.open(ARGV.shift)
output = File.open(OUTPUT_FILE, 'w')

input.each_line do |l|
output.write(cipher << l)
end

No posts found under this topic.

There are 29,891 total registered users.


Recently Created Topics
Decompiling raw bina...
May/22
Incorrect bitness wh...
May/20
PaiMei stalker modul...
May/19
Attach to program us...
May/13
IDA PRO how to make ...
May/12
FACT: OpenRCE is dead.
May/08
Int 3 anti debug?
May/05
help needed - Beginn...
May/03
Attaching IDA Pro to...
Apr/27
File type
Apr/21


Recent Forum Posts
Ollydbg 2.0 - Plugin...
openrce...
IDA PRO how to make ...
codeinject
FACT: OpenRCE is dead.
codeinject
IDA Resource Viewer ...
r2x64
FACT: OpenRCE is dead.
djnemo
FACT: OpenRCE is dead.
codeinject
FACT: OpenRCE is dead.
pedram
help needed - Beginn...
araujo
Attaching IDA Pro to...
codeinject
Int 3 anti debug?
codeinject


Recent Blog Entries
nfljerseysmart
May/23


nfljerseysmart
May/23


laangels
May/22
The Reason You Need A Mark ...

laangels
May/22
Buy Albert Pujols Jersey an...

lowpriority
Apr/13
OllyMigrate Plugin for Olly...

More ...


Recent Blog Comments
clarisonic on:
Apr/03
New version of Ollydbg!

clarisonic on:
Apr/03
New version of Ollydbg!

trackerx90 on:
Mar/04
SuppressDebugMsg As Anti-De...

coachfactory on:
Feb/25
Portable Executable Format ...

coachfactory on:
Feb/25
A new Anti-Olly trick.

More ...


Imagery
SoySauce Blueprint
Jun 6, 2008

[+] expand

View Gallery (11) / Submit