Haven 1 1

broken image


Haven is for people who need a way to protect their personal areas and possessions without compromising their privacy. It is an Android application that leverages on-device sensors to provide monitoring and protection of physical areas. Haven turns any Android phone into a motion, sound, vibration and light detector, watching for unexpected guests and unwanted intruders. We designed Haven for investigative journalists, human rights defenders and people at risk of forced disappearance to create a new kind of herd immunity. By combining the array of sensors found in any smartphone, with the world's most secure communications technologies, like Signal and Tor, Haven prevents the worst kind of people from silencing citizens without getting caught in the act.

Shop comfortable women's loungewear at Haven Well Within. Browse the wide selection of loungewear including tops, pants, cardigans & accessories to help you lounge in comfort.

HAVEN 1: Emicizumab (ACE910) prophylaxis in patients with hemophilia A with inhibitors – a randomized, multicenter, open-label, phase 3 study to investigate efficacy, safety and pharmacokinetics Johannes Oldenburg1, Johnny Mahlangu2, Benjamin Kim3, Christophe Schmitt4. Enjoy easy access to Yale University, Yale New Haven Hospital, Smilow Cancer Hospital and more destinations located near our accommodations. Learn more; In light of COVID-19 our bistro, bar & fitness center is temporarily closed.We appreciate your understanding. Learn more; Cleanliness is a top priority at our New Haven,CT hotel. 1 Long Wharf Dr. New Haven, CT 06511. Edit business info. Recommended Reviews. Your trust is our top concern, so businesses can't pay to. Beach Haven 1 Condo - Beach Haven 1 apartment is located in North Myrtle Beach district of Myrtle Beach and offers free WiFi throughout the venue. This accommodation has 1 bedroom, 4 bathrooms and a kitchen.

Flyer expert 2 1. View our full Haven App Overview presentation for more about the origins and goals of the project.

Announcement and Public Beta

We are announcing Haven today, as an open-source project, along with a public beta release of the app. We are looking for contributors who understand that physical security is as important as digital, and who have an understanding and compassion for the kind of threats faced by the users and communities we want to support. We also think it is cool, cutting-edge and making use of encrypted messaging and onion routing in whole new ways. We believe Haven points the way to a more sophisticated approach to securing communication within networks of things and home automation system.

Launchbar 6 8 – powerful fileurlemail launcher utility. Learn more about the story of this project at the links below:

Project Team

Haven was developed through a collaboration between Freedom of the Press Foundation and Guardian Project. Prototype funding was generously provided by FPF, and donations to support continuing work can be contributed through their site: https://freedom.press/donate-support-haven-open-source-project/

Safety through Sensors

Haven only records when triggered by sound and motion and stores everything locally on the device. You can position the device's camera to capture visible motion or place your phone somewhere discreet to listen for noises. Receive secure notifications of intrusion events instantly or access logs remotely later.

The following sensors are monitored for a measurable change, and then recorded to an event log on the device:

  • Accelerometer: phone's motion and vibration
  • Camera: motion in the phone's visible surroundings from front or back camera
  • Microphone: noises in the environment
  • Light: change in light from ambient light sensor
  • Power: detect device being unplugged or power loss

Building

The application can be built using Android Studio and Gradle. It relies on a number of third-party dependencies, all of which are free, open-source, and listed at the end of this document.

Install

You can currently get the Haven BETA release in one of three ways:

  • Download Haven from Google Play
  • First, install F-Droid the open-source app store, and second, add our Haven Nightly 'Bleeding Edge' repository by scanning the QR Code below:

or add this repository manually in F-Droid's Settings->Repositories: https://guardianproject.github.io/haven-nightly/fdroid/repo/

  • Grab the APK files from the GitHub releases page

You can, of course, build the app yourself, from source.

If you are an Android developer, you can learn more about how you can make use of F-Droid in your development workflow, for nightly builds, testing, reproducibility and more here: F-Droid Documentation

Why no iPhone Support?

While we hope to support a version of Haven that runs directly on iOS devices in the future, iPhone users can still benefit from Haven today. You can purchase an inexpensive Android phone for less than $100 and use it as your 'Haven Device'; leaving it behind whilst you keep your iPhone on you. If you run Signal on your iPhone you can configure Haven on Android to send encrypted notifications, with photos and audio, directly to you. If you enable the 'Tor Onion Service' feature in Haven (requires installation of 'Orbot' app as well) you can remotely access all Haven log data from your iPhone using the Onion Browser app.

So, no, iPhone users we didn't forget about you and we hope you will pick up an inexpensive Android burner today!

Usage

Haven is meant to provide a smooth onboarding experience that walks users through configuring the sensors on their device to best detect intrusions into their environment. The current implementation has some of this implemented, but we are looking to improve this user experience dramatically.

Main view

The application's main view allows the user to select which sensors to use along with their corresponding levels of sensitivity. A security code is required to disable monitoring, which must be provided by the user. A phone number can be set, to which a message will be sent if any of the sensors are triggered.

Notifications

Haven 1 1

When one of the sensors is triggered (reaches the configured sensitivity threshold), notifications are sent through the following channels (if enabled):

  • SMS: a message is sent to the number specified when monitoring started
  • Signal: if configured, can send end-to-end encryption notifications via Signal

Note that it is not necessary to install the Signal app on the device that runs Haven. Doing so may invalidate the app's previous Signal registration and safety numbers. Haven uses normal APIs to communicate via Signal.

Notifications are sent through a service running in the background that is defined in class MonitorService.

Remote Access

All event logs and captured media can be remotely accessed through a Tor Onion Service. Haven must be configured as an Onion Service and requires the device to also have Orbot: Tor for Android installed and running.

ATTRIBUTIONS

This project contains source code or library dependencies from the following projects:

  • SecureIt project available at: https://github.com/mziccard/secureit Copyright (c) 2014 Marco Ziccardi (Modified BSD)
  • libsignal-service-java from Open Whisper Systems: https://github.com/WhisperSystems/libsignal-service-java (GPLv3)
  • Guardian Project fork of signal-cli from AsamK: https://github.com/AsamK/signal-cli , https://github.com/guardianproject/signal-cli-android (GPLv3)
  • JayDeep's AudioWife: https://github.com/jaydeepw/audio-wife (MIT)
  • AppIntro: https://github.com/apl-devs/AppIntro (Apache 2)
  • Guardian Project's NetCipher: https://guardianproject.info/code/netcipher/ (Apache 2)
  • NanoHttpd: https://github.com/NanoHttpd/nanohttpd (BSD)
  • MaterialDateTimePicker from wdullaer: https://github.com/wdullaer/MaterialDateTimePicker (Apache 2)
  • Fresco Image Viewer: https://github.com/stfalcon-studio/FrescoImageViewer (Apache 2)
  • Facebook Fresco Image Library: https://github.com/facebook/fresco (BSD)
  • Audio Waveform Viewer: https://github.com/derlio/audio-waveform (Apache 2)
  • FireZenk's AudioWaves: https://github.com/FireZenk/AudioWaves (MIT)
  • MaxYou's SimpleWaveform: https://github.com/maxyou/SimpleWaveform (MIT)
  • Siralam's fork of CameraViewPlus: https://github.com/siralam/CameraViewPlus (Apache License 2.0)
  • Halil Ozercan's BetterVideoPlayer: https://github.com/halilozercan/BetterVideoPlayer
  • Reneto Silva's easyrs: https://github.com/silvaren/easyrs (MIT)
  • Google's libphonenumber: https://github.com/googlei18n/libphonenumber (Apache License 2.0)
  • Mike Penz's AboutLibraries: https://github.com/mikepenz/AboutLibraries (Apache License 2.0)

Haven is an ecosystem of digital assets that enables users to convert between volatile assets and stable currencies directly within their vault, in complete privacy.

Accounts only you can access, balances only you can view and transactions only you control.

Private

Haven is based on Monero giving every asset within the ecosystem world class privacy.

Stable

Haven provides a range of synthetic fiat currencies and digital assets, enabling commerce and portfolio diversification.

Money

Haven enables you to store, convert and transact in the form of money you prefer with trackers for xUSD, xCNY, xAU (Gold), xBTC (Bitcoin) and more.

Algorithmic

There's no governing entity, users or group defining exchange rates.

Decentralized

An open-source, community-led project that hasn't received any initial funding.

Unlimited Liquidity

No limits for converting between all supported xAssets within the vault.

Low Fees

Transfers cost fractions of a cent, making it one of the cheapest protocols on the market.

No Middleman

All conversions and transfers are done on-chain, with no counterparties or middlemen.

Financial Privacy

Gives users control over how they manage and use their money.

Simple & Intuitive
Products

You don't need to be a computer scientist to use Haven. We provide a range of different products handcrafted and tailored to any type of user.

Grassroots &
Community Led

Haven is an open source, self-sustainable technology, that is funded by a 5% block reward and offshore exchange fees.

No Premine

Haven has not premined any asset and doesn't have any premine reserve or treasury.

No Venture Capital

Haven has not raised any venture capital and does not have any intention of doing so.

No Initial Coin Offering

Haven has not and will not do an Initial Coin Offering to the public.

Ready. Set. Go.
Create a Vault

Haven Vault is where you can privately store, convert and transfer assets, or you can view all products for different operating systems.

Web Vault

For users who want the fastest and simplest way to get started.

Desktop Applications

For users that want more flexibility and features than the web vault.

Command Line Interface

For developers and technically savvy users that know their way around a CLI.

1&1 Webmail Login

Join the community





broken image