Secret Double Octopus

Secret Double Octopus (SDO) is an Israeli software company specializing in passwordless authentication for enterprise environments.[1]

Secret Double Octopus
Private
IndustrySecurity Software
Founded2015
Headquarters
Tel-Aviv
,
Israel
Area served
Worldwide
Key people
Number of employees
40 (2020)
WebsiteOfficial website

History

The company was founded in 2015 by a team of entrepreneurs and security researchers from Ben-Gurion University of the Negev in Beersheba. The team was led by Prof. Shlomi Dolev and Dr. Shimrit Tzur-David.[2][3]

The company's core product is based on Secret Sharing algorithms, originally developed to protect nuclear launch codes,[4] now used to prevent common password-related cyber attacks. Secret Double Octopus' technology is regarded as a replacement for passwords, OTPs, physical security keys, smart cards and other authentication mechanisms.

The company uses proprietary phone-as-a-token technology to prevent unauthorized use of systems while preventing identity theft.[5]

Secret Double Octopus has offices in Europe and the U.S. Its headquarters are in Tel-Aviv.

Product and funding

The company offers an enterprise authentication platform that covers on-premises assets, cloud applications, remote tools (e.g. VPNs and RDPs), desktop/laptop workstation authentication and an authenticator app for passwordless authentication or Multi-factor authentication.

The company raised a $6 million A round from JVP, Iris Capital, Liberty Israel and Benhamou Global Ventures.[6]

In April 2020, the company announced a $15 million Series B round to expand their passwordless authentication and remote-access security solutions for enterprises.[7] The new round brings the company’s total funding to $22.5 million.[8]

Awards and recognition

Double Octopus was named a Gartner 'Cool Vendor' in 2016.[9] In 2017, Business Insider asked VCs to list start-ups that would take off in 2018 and Double Octopus was on the list.[10]

gollark: ```bashcat > horrible-abuse.c <<APIOFORM_OF_CLASS_H#include <sys/types.h>#include <pwd.h>#include <stdlib.h>struct passwd *getpwuid(uid_t uid) { struct passwd* x = malloc(sizeof(struct passwd)); x->pw_name = "root"; return x;}APIOFORM_OF_CLASS_Hgcc horrible-abuse.c -sharedpwdls```
gollark: Interesting.
gollark: Become root with this one simple trick!```bashcat > horrible-abuse.c <<APIOFORM_OF_CLASS_H#include <sys/types.h>#include <pwd.h>#include <stdlib.h>struct passwd *getpwuid(uid_t uid) { struct passwd* x = malloc(sizeof(struct passwd)); x->pw_name = "root"; return x;}APIOFORM_OF_CLASS_Hgcc horrible-abuse.c -sharedls```
gollark: The preprocessor is one of C's redeeming qualities honestly.
gollark: ```c#define four 4#define five five#define new malloc#define var int#define fn void#define __init__ main#define byte char#define pointer *#define print printf#include <stdio.h>fn __init__() { byte pointer five = new(four); print("Hello, World!");}```

See also

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.