Skip to main content

Showing 1–14 of 14 results for author: Beresford, R

.
  1. arXiv:2406.18226  [pdf, other

    cs.CR

    SoK: Web Authentication in the Age of End-to-End Encryption

    Authors: Jenny Blessing, Daniel Hugenroth, Ross J. Anderson, Alastair R. Beresford

    Abstract: The advent of end-to-end encrypted (E2EE) messaging and backup services has brought new challenges for usable authentication. Compared to regular web services, the nature of E2EE implies that the provider cannot recover data for users who have forgotten passwords or lost devices. Therefore, new forms of robustness and recoverability are required, leading to a plethora of solutions ranging from ran… ▽ More

    Submitted 26 June, 2024; originally announced June 2024.

  2. arXiv:2402.19180  [pdf, other

    cs.OH cs.CR cs.SE

    ModZoo: A Large-Scale Study of Modded Android Apps and their Markets

    Authors: Luis A. Saavedra, Hridoy S. Dutta, Alastair R. Beresford, Alice Hutchings

    Abstract: We present the results of the first large-scale study into Android markets that offer modified or modded apps: apps whose features and functionality have been altered by a third-party. We analyse over 146k (thousand) apps obtained from 13 of the most popular modded app markets. Around 90% of apps we collect are altered in some way when compared to the official counterparts on Google Play. Modifica… ▽ More

    Submitted 15 February, 2024; originally announced February 2024.

  3. arXiv:2311.10825  [pdf, other

    cs.CR

    Pudding: Private User Discovery in Anonymity Networks

    Authors: Ceren Kocaoğullar, Daniel Hugenroth, Martin Kleppmann, Alastair R. Beresford

    Abstract: Anonymity networks allow messaging with metadata privacy, providing better privacy than popular encrypted messaging applications. However, contacting a user on an anonymity network currently requires knowing their public key or similar high-entropy information, as these systems lack a privacy-preserving mechanism for contacting a user via a short, human-readable username. Previous research suggest… ▽ More

    Submitted 17 November, 2023; originally announced November 2023.

    Comments: Accepted at the IEEE Symposium on Security and Privacy (S&P) 2024

  4. Australian Square Kilometre Array Pathfinder: I. System Description

    Authors: A. W. Hotan, J. D. Bunton, A. P. Chippendale, M. Whiting, J. Tuthill, V. A. Moss, D. McConnell, S. W. Amy, M. T. Huynh, J. R. Allison, C. S. Anderson, K. W. Bannister, E. Bastholm, R. Beresford, D. C. -J. Bock, R. Bolton, J. M. Chapman, K. Chow, J. D. Collier, F. R. Cooray, T. J. Cornwell, P. J. Diamond, P. G. Edwards, I. J. Feain, T. M. O. Franzen , et al. (41 additional authors not shown)

    Abstract: In this paper we describe the system design and capabilities of the Australian Square Kilometre Array Pathfinder (ASKAP) radio telescope at the conclusion of its construction project and commencement of science operations. ASKAP is one of the first radio telescopes to deploy phased array feed (PAF) technology on a large scale, giving it an instantaneous field of view that covers 31 square degrees… ▽ More

    Submitted 2 February, 2021; originally announced February 2021.

    Comments: 38 pages, 24 figures, accepted for publication in PASA

    Journal ref: Publ. Astron. Soc. Aust. 38 (2021) e009

  5. An ultra-wide bandwidth (704 to 4032 MHz) receiver for the Parkes radio telescope

    Authors: G. Hobbs, R. N. Manchester, A. Dunning, A. Jameson, P. Roberts, D. George, J. A. Green, J. Tuthill, L. Toomey, J. F. Kaczmarek, S. Mader, M. Marquarding, A. Ahmed, S. W. Amy, M. Bailes, R. Beresford, N. D. R. Bhat, D. C. -J. Bock, M. Bourne, M. Bowen, M. Brothers, A. D. Cameron, E. Carretti, N. Carter, S. Castillo , et al. (47 additional authors not shown)

    Abstract: We describe an ultra-wide-bandwidth, low-frequency receiver ("UWL") recently installed on the Parkes radio telescope. The receiver system provides continuous frequency coverage from 704 to 4032 MHz. For much of the band (~60%) the system temperature is approximately 22K and the receiver system remains in a linear regime even in the presence of strong mobile phone transmissions. We discuss the scie… ▽ More

    Submitted 2 November, 2019; originally announced November 2019.

    Comments: submitted to PASA

  6. arXiv:1805.04263  [pdf, other

    cs.DC

    OpSets: Sequential Specifications for Replicated Datatypes (Extended Version)

    Authors: Martin Kleppmann, Victor B. F. Gomes, Dominic P. Mulligan, Alastair R. Beresford

    Abstract: We introduce OpSets, an executable framework for specifying and reasoning about the semantics of replicated datatypes that provide eventual consistency in a distributed system, and for mechanically verifying algorithms that implement these datatypes. Our approach is simple but expressive, allowing us to succinctly specify a variety of abstract datatypes, including maps, sets, lists, text, graphs,… ▽ More

    Submitted 14 May, 2018; v1 submitted 11 May, 2018; originally announced May 2018.

  7. arXiv:1708.03520  [pdf, other

    cs.CR

    Intra-Library Collusion: A Potential Privacy Nightmare on Smartphones

    Authors: Vincent F. Taylor, Alastair R. Beresford, Ivan Martinovic

    Abstract: Smartphones contain a trove of sensitive personal data including our location, who we talk to, our habits, and our interests. Smartphone users trade access to this data by permitting apps to use it, and in return obtain functionality provided by the apps. In many cases, however, users fail to appreciate the scale or sensitivity of the data that they share with third-parties when they use apps. To… ▽ More

    Submitted 11 August, 2017; originally announced August 2017.

  8. Verifying Strong Eventual Consistency in Distributed Systems

    Authors: Victor B. F. Gomes, Martin Kleppmann, Dominic P. Mulligan, Alastair R. Beresford

    Abstract: Data replication is used in distributed systems to maintain up-to-date copies of shared data across multiple computers in a network. However, despite decades of research, algorithms for achieving consistency in replicated systems are still poorly understood. Indeed, many published algorithms have later been shown to be incorrect, even some that were accompanied by supposed mechanised proofs of cor… ▽ More

    Submitted 29 August, 2017; v1 submitted 6 July, 2017; originally announced July 2017.

    Journal ref: Proceedings of the ACM on Programming Languages (PACMPL), Vol. 1, No. OOPSLA, Article 109, October 2017

  9. A Conflict-Free Replicated JSON Datatype

    Authors: Martin Kleppmann, Alastair R. Beresford

    Abstract: Many applications model their data in a general-purpose storage format such as JSON. This data structure is modified by the application as a result of user input. Such modifications are well understood if performed sequentially on a single copy of the data, but if the data is replicated and modified concurrently on multiple devices, it is unclear what the semantics should be. In this paper we pres… ▽ More

    Submitted 15 August, 2017; v1 submitted 13 August, 2016; originally announced August 2016.

  10. Testing a modified ASKAP Mark II phased array feed on the 64 m Parkes radio telescope

    Authors: A. P. Chippendale, R. J. Beresford, X. Deng, M. Leach, J. E. Reynolds, M. Kramer, T. Tzioumis

    Abstract: We present the first installation and characterization of a phased array feed (PAF) on the 64 m Parkes radio telescope. The combined system operates best between 0.8 GHz and 1.74 GHz where the beamformed noise temperature is between 45 K and 60 K, the aperture efficiency ranges from 70% to 80%, and the effective field of view is 1.4 deg$^2$ at 1310 MHz. After a 6-month trial observing program at P… ▽ More

    Submitted 10 June, 2016; originally announced June 2016.

    Comments: 4 pages, 7 figures, 1 table, accepted for publication in Electromagnetics in Advanced applications (ICEAA), 2016 International Conference on

  11. arXiv:1509.05489  [pdf, other

    astro-ph.IM

    Measured Aperture-Array Noise Temperature of the Mark II Phased Array Feed for ASKAP

    Authors: A. P. Chippendale, A. J. Brown, R. J. Beresford, G. A. Hampson, R. D. Shaw, D. B. Hayman, A. Macleod, A. R. Forsyth, S. G. Hay, M. Leach, C. Cantrall, M. L. Brothers, A. W. Hotan

    Abstract: We have measured the aperture-array noise temperature of the first Mk. II phased array feed that CSIRO has built for the Australian Square Kilometre Array Pathfinder telescope. As an aperture array, the Mk. II phased array feed achieves a beam equivalent noise temperature less than 40 K from 0.78 GHz to 1.7 GHz and less than 50 K from 0.7 GHz to 1.8 GHz for a boresight beam directed at the zenith.… ▽ More

    Submitted 6 November, 2015; v1 submitted 17 September, 2015; originally announced September 2015.

    Comments: 5 pages, 4 figures, accepted for publication in Antennas and Propagation (ISAP), 2015 International Symposium on

    Report number: EP155528

    Journal ref: 2015 International Symposium on Antennas and Propagation (ISAP), Hobart, TAS, 2015, pp. 1-4

  12. Measured Sensitivity of the First Mark II Phased Array Feed on an ASKAP Antenna

    Authors: A. P. Chippendale, A. J. Brown, R. J. Beresford, G. A. Hampson, A. Macleod, R. D. Shaw, M. L. Brothers, C. Cantrall, A. R. Forsyth, S. G. Hay, M. Leach

    Abstract: This paper presents the measured sensitivity of CSIRO's first Mk. II phased array feed (PAF) on an ASKAP antenna. The Mk. II achieves a minimum system-temperature-over-efficiency $T_\mathrm{sys}/η$ of 78 K at 1.23 GHz and is 95 K or better from 835 MHz to 1.8 GHz. This PAF was designed for the Australian SKA Pathfinder telescope to demonstrate fast astronomical surveys with a wide field of view fo… ▽ More

    Submitted 1 September, 2015; originally announced September 2015.

    Comments: 5 pages, 2 figures, accepted for publication in Electromagnetics in Advanced applications (ICEAA), 2015 International Conference on

  13. The Australian Square Kilometre Array Pathfinder: System Architecture and Specifications of the Boolardy Engineering Test Array

    Authors: A. W. Hotan, J. D. Bunton, L. Harvey-Smith, B. Humphreys, B. D. Jeffs, T. Shimwell, J. Tuthill, M. Voronkov, G. Allen, S. Amy, K. Ardern, P. Axtens, L. Ball, K. Bannister, S. Barker, T. Bateman, R. Beresford, D. Bock, R. Bolton, M. Bowen, B. Boyle, R. Braun, S. Broadhurst, D. Brodrick, K. Brooks , et al. (76 additional authors not shown)

    Abstract: This paper describes the system architecture of a newly constructed radio telescope - the Boolardy Engineering Test Array, which is a prototype of the Australian Square Kilometre Array Pathfinder telescope. Phased array feed technology is used to form multiple simultaneous beams per antenna, providing astronomers with unprecedented survey speed. The test array described here is a 6-antenna interfe… ▽ More

    Submitted 4 September, 2014; originally announced September 2014.

    Comments: 17 pages, 12 figures, accepted for publication in PASA

  14. arXiv:1002.1408   

    cs.PL cs.DC

    Proceedings Second International Workshop on Programming Language Approaches to Concurrency and Communication-cEntric Software

    Authors: Alastair R. Beresford, Simon Gay

    Abstract: The Second International Workshop on Programming Language Approaches to Concurrency and Communication-cEntric Software (PLACES) was co-located with ETAPS 2009 in the city of York, England. The workshop took place on Sunday 22nd March 2009. The workshop focused on the challenges raised by the changing landscape of computer software. Traditionally, most software was written for a single computer w… ▽ More

    Submitted 6 February, 2010; originally announced February 2010.

    ACM Class: D.1.3; C.2.4; D.3.0

    Journal ref: EPTCS 17, 2010