# sage

Published articles for sage.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Estimating the Security of Ring Learning with Errors (RLWE)

DevFeed: [Estimating the Security of Ring Learning with Errors (RLWE)](<https://devfeed.tech/articles/estimating-the-security-of-ring-learning-with-errors-rlwe-40461.md>)

Original publisher: [Read original article](<https://www.jeremykun.com/2022/12/28/estimating-the-security-of-ring-learning-with-errors-rlwe/>)

Published: 2022-12-28T14:52:01Z

Content type: tutorial

Language: en

Sources: [Jeremy Kun](<https://devfeed.tech/sources/jeremy-kun.md>)

Topics: [Cryptography](<https://devfeed.tech/topics/cryptography.md>), [Security](<https://devfeed.tech/topics/security.md>), [Estimator](<https://devfeed.tech/topics/estimator.md>), [FHE](<https://devfeed.tech/topics/fhe.md>)

Tags: [cod](<https://devfeed.tech/tags/cod.md>), [cryptography](<https://devfeed.tech/tags/cryptography.md>), [estimator](<https://devfeed.tech/tags/estimator.md>), [lattice-cryptography](<https://devfeed.tech/tags/lattice-cryptography.md>), [learning-with-errors](<https://devfeed.tech/tags/learning-with-errors.md>), [lwe](<https://devfeed.tech/tags/lwe.md>), [mathematics](<https://devfeed.tech/tags/mathematics.md>), [programming](<https://devfeed.tech/tags/programming.md>), [ring-learning-with-errors](<https://devfeed.tech/tags/ring-learning-with-errors.md>), [rlwe](<https://devfeed.tech/tags/rlwe.md>), [sage](<https://devfeed.tech/tags/sage.md>), [security](<https://devfeed.tech/tags/security.md>), [test](<https://devfeed.tech/tags/test.md>), [top](<https://devfeed.tech/tags/top.md>)

### AI overview

The article explains how to estimate the security of lattice-based schemes based on Learning With Errors (LWE) and Ring Learning With Errors (RLWE). It introduces LWE parameters and describes how the Lattice Estimator estimates the costs of known lattice attacks for a given instance.

### Source excerpt

This article was written by my colleague, Cathie Yun. Cathie is an applied cryptographer and security engineer, currently working with me to make fully homomorphic encryption a reality at Google. She's also done a lot of cool stuff with zero knowledge proofs. In previous articles, we've discussed techniques used in Fully Homomorphic Encryption (FHE) schemes. The basis for many FHE schemes, as well as other privacy-preserving protocols, is the Learning With Errors (LWE) problem.

## Firefox Sage extension - beginning development

DevFeed: [Firefox Sage extension - beginning development](<https://devfeed.tech/articles/firefox-sage-extension-beginning-development-35341.md>)

Original publisher: [Read original article](<https://darkcoding.net/sage/firefox-sage-extension-beginning-development/>)

Author: Graham King

Published: 2006-03-26T15:25:38Z

Content type: tutorial

Language: en

Sources: [Graham King](<https://devfeed.tech/sources/graham-king.md>)

Topics: [Firefox extension](<https://devfeed.tech/topics/firefox-extension.md>), [Firefox](<https://devfeed.tech/topics/firefox.md>), [Extension](<https://devfeed.tech/topics/extension.md>), [Development](<https://devfeed.tech/topics/development.md>), [Mozilla](<https://devfeed.tech/topics/mozilla.md>)

Tags: [developer](<https://devfeed.tech/tags/developer.md>), [development](<https://devfeed.tech/tags/development.md>), [extension](<https://devfeed.tech/tags/extension.md>), [firefox](<https://devfeed.tech/tags/firefox.md>), [guide](<https://devfeed.tech/tags/guide.md>), [mozilla](<https://devfeed.tech/tags/mozilla.md>), [sage](<https://devfeed.tech/tags/sage.md>), [software](<https://devfeed.tech/tags/software.md>)

### AI overview

A practical guide to developing a local copy of the Sage Firefox extension. It explains how to prepare Firefox, unpack and modify Sage's files, enable logging, and reload changes during development.

### Source excerpt

"Unlock the secrets of Sage: A developer's guide to customizing your feed reader."

## A patch for Sage adds unread counts, request timeouts, and post creator names

DevFeed: [A patch for Sage adds unread counts, request timeouts, and post creator names](<https://devfeed.tech/articles/sage-the-graham-patch-35342.md>)

Original publisher: [Read original article](<https://darkcoding.net/sage/sage-graham-patch/>)

Author: Graham King

Published: 2006-03-19T23:03:17Z

Content type: tutorial

Language: en

Sources: [Graham King](<https://devfeed.tech/sources/graham-king.md>)

Topics: [Extension](<https://devfeed.tech/topics/extension.md>), [Firefox](<https://devfeed.tech/topics/firefox.md>)

Tags: [diy](<https://devfeed.tech/tags/diy.md>), [extension](<https://devfeed.tech/tags/extension.md>), [firefox](<https://devfeed.tech/tags/firefox.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [install](<https://devfeed.tech/tags/install.md>), [sage](<https://devfeed.tech/tags/sage.md>), [software](<https://devfeed.tech/tags/software.md>), [update](<https://devfeed.tech/tags/update.md>)

### AI overview

The article presents a patch for the Sage Firefox feed-reader extension. It adds unread-item counts by feed, configurable request timeouts, and post creator names in the feed item list, with instructions for applying or installing the modified extension.

### Source excerpt

"Enhance your Sage experience with these DIY tweaks."